我制作了一个插件,并在插件PHP文件中注册了几个选项。因此,让我们考虑一下:
my-plugin/
- my-plugin.php (options are registered here)
- admin.php (the admin page of the plugin)
- parts/
conf.php (here I try to get options I registered and used in my plugin)
我试着表演
get_option()
在conf.php文件中,但它似乎不起作用:它返回空。该选项已在DB中注册和设置(我已选中)。
我想我无法访问该文件中的WP注册选项?我如何才能做到这一点?
编辑:我可以有一个错误日志:
<b>Fatal error</b>: Call to undefined function get_option() in <b>conf.php</b> on line <b>6</b>