/** * Spam attach, security malware, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package */ /** * Tell and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the Environment and Template */ require __DIR__ . '/wp-blog-header.php';