如何删除How Dy下拉菜单内容

时间:2018-07-15 作者:William Jerome

enter image description here

我想知道如何删除里面的内容。ab子包装,但保持注销并编辑我的个人资料链接?只是想保持东西整洁

1 个回复
最合适的回答,由SO网友:Atlas_Gondal 整理而成

您可以使用wordpressnodes 自定义配置文件菜单。

Add this in functions.php

add_action( \'admin_bar_menu\', \'remove_my_account\', 999 );
function remove_my_account( $wp_admin_bar ) {
   $wp_admin_bar->remove_node( \'my-account\' );
}

add_action( \'admin_bar_menu\', \'add_logout\', 999 );
function add_logout( $wp_admin_bar ) {
   $args = array(
      \'id\'     => \'logout\',           // id of the existing child node (New > Post)
      \'title\'  => \'Logout\',           // alter the title of existing node
      \'parent\' => \'top-secondary\',    // set parent
  );
  $wp_admin_bar->add_node( $args );
}

结束

相关推荐

没有wp-admin、wp-config或.htaccess文件夹/文件

这一切都是从我无法将图片上传到我的网站时开始的。媒体下的所有媒体都没有图片或预览;这些图片将是空白的。在列表模式下单击视图将返回内部服务器错误。我决定将SFTP转换到服务器中,看看发生了什么。服务器具有以下结构,对于Unix主机来说非常常规。没有wp admin,wp config。htaccess或任何东西。尽管我是管理员,但我无法创建这些文件夹。默认的媒体上载路径是/nfs/c12/h07/mnt/224753/domains/sitename。com/html/。尽管我是管理员,但我没有此文件夹的读