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.
我使用 add_menu_page 在 wordpress 仪表板中创建了一个菜单,并在该父菜单下创建了一个子菜单。绿色标记的名称是自动的。我想将其更改为 All CSV 之类的内容。我怎样才能做到这一点?
像这样改变
add_menu_page("my-plugin", "Main Menu", "publish_posts", "activate_plugin", "wpqs_active_plugin"); add_submenu_page("activate_plugin", "Sub menu", "Activation", "publish_posts", "activate_plugin", "wpqs_active_plugin");