Class::$template_dir_path=get_template_directory(); 时间:2017-03-03 作者:jeff 我在一些模板文件中看到了以下类行:Class::$template_dir_path=get_template_directory(); 这是什么意思?为什么使用它?有什么好处? 1 个回复 SO网友:Anwer AR get_template_directory 是要在主题中使用的辅助函数。它返回主题目录的完整路径。有利条件require_once get_template_directory().\'some-function.php\'; 明白了吗? 文章导航