我目前正在为 Wordpress 编写一个聊天框插件。
该插件使用 jQuery.post() 方法将数据发送到 php 文件,以便将输出写入 html 文件,然后使用 jQuery 将其加载到聊天窗口。
在我用来将聊天日志写入 html 文件的 php 文件中,我需要使用 Wordpress API 函数,但这个 php 文件不包含在 Wordpress 中,因此无法访问 Wordpress API。
有没有办法将此聊天数据发送到 Wordpress 包含的 php 文件,以便我可以使用 Wordpress API?解决这个问题的最佳方法是什么?