获取wordpress模板标准中的html文件内容

时间:2014-02-24 08:47:13

标签: php wordpress templates

我正在尝试在wordpress管理员端获取html文件内容,我只是尝试了file_get_contents,但它在某些wordpress版本中无法正常工作。然后我找到了wp_remote_get函数;这个工作正常,但wp_debuger注意到错误:

  

严格的标准:只应通过引用传递变量

那么我如何简单地将html文件内容提供给变量? 提前谢谢。

我试过了:

$template=wp_remote_retrieve_body(wp_remote_get(get_template_directory_uri().'/‌​admin/templates/settings.htm'));

1 个答案:

答案 0 :(得分:0)

Filesystem API :Filesystem API将本地文件读取和写入文件系统所需的功能抽象出来,以便在各种主机类型上安全地完成。

检查参考文献:Filesystem API