傻大憨

为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是一个关注跨境电商、创业话题的网站。

WordPress外贸建站服务的实际案例分析

  在竞争激烈的外贸市场,提升用户体验是吸引和保留客户的关键。WordPress外贸建站服务通过结合设计、功能… Continue reading WordPress外贸建站服务的实际案例分析

湖北专业外贸独立站搭建

楚大夫是一家专注于湖北地区外贸独立站搭建与海外网络营销推广的专业服务公司。公司致力于为外贸企业提供从网站建设到数字化营销的全方位解决方案,帮助企业打造专属品牌,提升国际竞争力。

Doge东哥wordpress主题

Doge东哥wordpress主题是一个功能全面、设计精美的WordPress外贸网站模板,它不仅提供了丰富的功能和定制选项,还注重用户体验和搜索引擎优化。

建站用帝国CMS好还是WordPress好

帝国CMS和WordPress各有其优势与不足,用户在选择时应根据自身需求进行权衡。

WordPress外贸建站优化新技巧 提升网站性能

  在外贸业务中,一个高性能的网站对于吸引国际客户和提升用户体验至关重要。本文将介绍一些最新的WordPres… Continue reading WordPress外贸建站优化新技巧 提升网站性能

简洁、实用且安全的WordPress主题

简站WordPress主题是一个以简洁、实用、无插件和安全性高为特点的WordPress主题。它采用扁平化设计… Continue reading 简洁、实用且安全的WordPress主题