最短的方法是装货wp-load.php
并中止模板引擎的加载(注意:如果要加载头文件,就像您在Internet上的许多站点上看到的那样,则无法这样做)。
# No need for the template engine
define( \'WP_USE_THEMES\', false );
# Load WordPress Core
// Assuming we\'re in a subdir: "~/wp-content/plugins/current_dir"
require_once( \'../../../wp-load.php\' );