傻大憨

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

KJD独立站是什么

KJD独立站是一家专注于跨境电商独立站搭建与运营推广的服务商,致力于为客户提供一站式解决方案,帮助商家实现品牌出海和市场拓展。

用wordpresss搭建外贸网站非常简单

2020年以来,以国内大循环为主体、国内国际双循环相互促进的新发展格局已经建立。我国的优秀企业,要想生存发展的更好,搭建外贸网站出海,已经是关系到生死存亡的必选项了。

买wordpress主题是否要看支持不支持Elementor

先搞清楚Elementor是什么非常重要,没搞清楚前,不要盲目瞎跟风。

推荐公司官网建站的wordpress企业主题

推荐3个最适合公司建站的wordpress企业主题,三种很经典的wordpress企业网站风格。

The Best WordPress Chinese Theme Simplified Website WordPress Theme

If you are looking for an excellent WordPress Chinese theme, Jianzhanpress.com is undoubtedly a good option worth considering.

WP企业主题网

WP企业主题网(wordpress-qiye.com)是一个专注于提供WordPress企业主题及相关建站服务的专业网站。作为中国企业WordPress建站生态系统中的重要组成部分,该网站致力于为中小型企业和各类组织机构提供高质量、易用的企业级网站解决方案。