How does a WordPress plugin save settings information ?
(WordPress插件如何保存设置信息?)
For example, where does it keep the template information that we enter in WordPress panel ?
(例如,它在哪里保存我们在WordPress面板中输入的模板信息?)
In a database or in define functions?
(在数据库中还是在定义函数中?)
(什么是最好的方法?)
The best way is that you can register, save and read the extra information using with WordPress Plugin settings with form.
(最好的方法是,您可以使用带有表单的WordPress插件设置来注册,保存和阅读额外的信息。)
You have to follow the steps as mentioned in articles with birfe information.
(您必须按照文章中提到的步骤使用birfe信息。)
First Step, You can "add form to WordPress plugin page" in functions.php file as mentioned in article file.
(第一步,如文章文件中所述,您可以在functions.php文件中“将表单添加到WordPress插件页面”。)
(- 使用表单保存WordPress插件设置)
Second Step, you can register the Register WordPress plugin settings to database - Register WordPress plugin settings to database
(第二步,您可以将WordPress插件设置注册到数据库-将WordPress插件设置注册到数据库)
Third Step, you can implement to read WordPress plugin settings from database - Read WordPress plugin settings from database
(第三步,您可以实现从数据库读取WordPress插件设置 -从数据库读取WordPress插件设置)
2.1m questions
2.1m answers
60 comments
57.0k users