傻大憨

为wordpress后台添加一个自定义页面

非插件线代码方式实现为wordpress后台添加一个自定义页面

参数如下:

$page_title (string) – The text to be displayed in the title tags of the page when the menu is selected.
$menu_title (string) – The text to be used for the menu.
$capability (string) – The capability required for this menu to be displayed to the user.
$menu_slug (string) – The unique slug name to refer to this menu.
$callback (callable, optional) – The function to be called to output the content for this page. Default: ”
$position (int, optional) – The position in the menu order this item should appear. Default: null

将下面代码添加到functions.php中即可实现

function my_plugin_menu() {
    add_dashboard_page('My Custom Dashboard', 'Custom Dashboard', 'read', 'wodepress-custom-dashboard', 'wodepress_custom_dashboard_output');
}
add_action('admin_menu', 'my_plugin_menu');

function wodepress_custom_dashboard_output() {
    echo 'Welcome to My Custom Dashboard!';
}

所有登陆后台的用户可见

function my_plugin_menu() {
    add_dashboard_page('My Custom Dashboard', 'Custom Dashboard', 'edit_posts', 'wodepress-custom-dashboard', 'wodepress_custom_dashboard_output');
}
add_action('admin_menu', 'my_plugin_menu');

function wodepress_custom_dashboard_output() {
    echo 'Welcome to My Custom Dashboard!';
}

拥有编辑权限的用户可见

Published
Categorized as 建站知识 Tagged ,

By 傻大憨

shadahan.com是一个关注跨境电商、创业话题的网站。

按分类调用标签 调用指定分类下的TAG

在制作wordpress主题时,有时候会用到按分类调用标签的时候,用上面的这一段代码就可以解决。

优化WP外贸建站提升用户体验

  在竞争激烈的外贸市场中,拥有一个卓越的网站是吸引并保持客户的关键。WordPress作为一个强大的建站工具… Continue reading 优化WP外贸建站提升用户体验

简站wordpress主题的三大特点

简站wordpress主题的三大特点 1、理念“崇尚简约、鄙视繁琐、化繁为简、实用即可。”简站wordpres… Continue reading 简站wordpress主题的三大特点

wordpress调用随机文章和随机推荐文章

wordpress随机文章与随机推荐文章调用

为古腾堡而生的轻量化建站解决方案

简站WordPress主题是一款与古腾堡编辑器配合最默契、使用体验最流畅的轻量级解决方案。

用WodeTheme建wordpress网站的10大优势

WodeTheme集低成本、高效率、强营销、高稳定”于一体,是目前国产外贸WordPress主题中性价比极高的选择。尤其适合:外贸工厂、B2B企业、跨境卖家、预算有限但需专业网站的中小商家、希望长期做GoogleSEO、稳定获客的团队。