dongtou2016 2015-02-23 19:07
浏览 34

如何在我的插件,wordpress之外包含一个php文件?

I am making a plugin only for myself. But I want to include a php file outside this plugin. I want to try to include wp-config.php, I also want to try to include a php file in my theme folder. How can I do that? I am using wordpress.

  • 写回答

1条回答 默认 最新

  • duancheng6500 2015-02-23 19:28
    关注

    To use WP's core functions you should include the wp-load.php file

    require_once('wp-load.php');

    To use vars saved in the the wp config you can use the method above or just use

    require_once('wp-config.php');

    Files in your theme you should render with get_template_part if they are template files.

    http://codex.wordpress.org/Function_Reference/get_template_part

    评论

报告相同问题?

悬赏问题

  • ¥15 线程问题判断多次进入
  • ¥15 msix packaging tool打包问题
  • ¥28 微信小程序开发页面布局没问题,真机调试的时候页面布局就乱了
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败