php 添加菜单页面管理员
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 添加菜单页面管理员相关的知识,希望对你有一定的参考价值。
function add_menus() {
add_menu_page(
__( 'Festool Online', 'textdomain' ),
'FO Functions',
'manage_options',
'plugin-editor.php?plugin=Festool+Online+Site+Specific+Plugin%2Ffestoolonline-plugin.php&Submit=Select',
'',
plugins_url( 'myplugin/images/icon.png' ),
6
);
add_menu_page(
__( 'Festool Online', 'textdomain' ),
'FO Styles',
'manage_options',
'theme-editor.php?theme=hello-theme-child-master&Submit=Select',
'',
plugins_url( 'myplugin/images/icon.png' ),
7
);
}
add_action( 'admin_menu', 'add_menus' );
以上是关于php 添加菜单页面管理员的主要内容,如果未能解决你的问题,请参考以下文章
php 删除菜单页面管理员
php 向管理员菜单添加通知气泡
php 从WordPress管理菜单中删除不需要的页面
PHP 自定义屏幕示例(向wordpress管理员添加新菜单)
php 添加此代码以将ACF字段添加到页面/帖子。务必检查wordpress仪表板顶部菜单中的屏幕选项
WordPress添加链接到管理菜单和添加页面