require( dirname(dirname(dirname(dirname(dirname(dirname(dirname( __FILE__ ))))))).'/wp-load.php' );
这是我目前使用的代码。代码位于名为 config.php 的文件中
这是结构:
wordpress\wp-content\themes\\plugins\shortcodes-ultimate\lib\config.php
我需要到达 "wordpress/wp-load.php" 。
get_bloginfo() 在 config.php 中不起作用如何以更简单的方式包含它?