傻大憨

为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作为企业官网是一个明智的选择,具有许多优势和潜力。

The best foreign trade website building company in Shenzhen

Waimaoyes is a company specializing in foreign trade website construction, mainly providing WordPress multilingual foreign trade small language website construction services.

WP模板建站的优势分析

在当今数字化时代,网站已成为企业、个人展示形象、推广产品和服务的重要平台。对于许多没有深厚技术背景的用户来说,如何快速、简便地搭建一个功能齐全、美观大方的网站成为了一个迫切的需求。

wordpress自定义后台右下角文字

把wordpress后台修改的更个性化,可以通过下面的方式。

靠谱是对一个建网站公司的最好评价

靠谱是对一个建网站公司的最好评价,它不仅代表着公司的专业能力和服务质量,更体现了客户对其的信任和认可。

简站V20博客主题

简站V20博客主题是一款以简洁、实用、无插件和更安全为特点的WordPress主题。简站V20博客主题以其简洁实用的设计,以及对安全性的重视,成为了许多网站开发者和用户的首选。