SOHO建站

为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 SOHO

wowsoho.com是一个wordpress建站公司

WordPress外贸建站模板选择:关键因素与详细分析

在当今全球化的商业环境中,外贸建站已成为企业拓展国际市场、提升品牌形象、增强竞争力的关键手段。WordPress作为一款功能强大、易于使用的建站平台,受到了众多外贸企业的青睐。

歪猫外贸建站公司

歪猫建站(WaimaoYes)是一家专业的外贸建站公司,通过提供全方位的服务和先进的技术支持,帮助外贸企业提升品牌形象和市场竞争力。

wordpress子分类调用父分类名称和链接

子分类与父分类名称和链接调用相关

wp外贸建站用最流行的CMS打造你的外贸品牌

    在当今数字化时代,WordPress作为最流行的内容管理系统(CMS),不仅在个人博客和小型企业中广泛… Continue reading wp外贸建站用最流行的CMS打造你的外贸品牌

WordPress调用指定标签下文章

根据wordpress指定标签,调用该标签下的文章

歪猫建站在业界口碑如何

歪猫建站在业界的口碑较好,得到了客户和行业的认可。如果您正在寻找一个专业的外贸建站服务提供商,歪猫建站是一个值得考虑的选择。