📜  什么是 WP_USE_THEMES - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:39.938000             🧑  作者: Mango

代码示例1
/* The line is checking to see if 1) The constant is set and 2) if it is true or not. */
/* This is then picked up by wp-includes/template-loader.php. */

define('WP_USE_THEMES', TRUE);
    
       //code runs