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 插件,它将列出一堆记录,我需要创建一个“编辑”链接,但我不知道如何创建此链接,以便它可以通过特定的类/方法呈现。
“选项页面”可能是您正在寻找的内容:
http://codex.wordpress.org/Creating_Options_Pages
http://ottopress.com/2009/wordpress-settings-api-tutorial/