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.
在 WordPress 中,如何将表单提交的数据通过 php 文件存储到数据库中?我使用了很多插件,但仍然找不到解决方案
要将任何数据从 wordpress 表单插入到 wordpress 数据库,您需要通过手动编码来执行此操作。在 wordpress 主题模板中创建一个新文件并在此页面上使用 wp insert 查询。目前我们正在开发一个插件,用于从管理员向数据库插入自定义数据库,很快我们将把它上传到 wordpress 免费插件列表中。