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 仪表板的正确方法是什么。不像创建仪表板页面,而是根据需要制作任意页面以在灯箱等中使用。
例如,我需要查询服务器以获取我正在开发的插件的“电子邮件预览”。如何创建将运行该特定脚本的 URL?
我想 URL 会像 /wp-admin/index.php?page=my_plugin_email_preview
我需要哪些功能才能开始使用?
至少:
add_menu_page(); add_submenu_page();