Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在事件中,我正在页面中加载一个文件,该文件应包含一个用于聊天的短代码。问题是它说调用未定义的函数。短代码在同一页面上运行良好,但是当从不同的文件(同一目录)加载时它不起作用。
我试过这个:
<?php $file="/web/htdocs/.../home/wp-content/plugins/quick-chat"; plugin_dir_url($file); ?>
但它不起作用...
解决了。无法从其他文档调用的特定插件存在问题。与其他插件一起工作。谢谢!