Skip to content Skip to main menu
User Role Editor
Menu
  • Home
  • Prices
  • Download
  • Testimonials
  • Forums
  • Blog
  • ChangeLog
  • Documentation
  • Login
Home › Reply › Reply To: Some Buddypress menu item not detected

Change WordPress user roles and capabilities › Forums › Bug Reports › Some Buddypress menu item not detected › Reply To: Some Buddypress menu item not detected

13/03/2016 at 02:15 #2110
Vladimir
Keymaster

In order to remove ‘Emails->Customize’ menu item use this code:


add_action('admin_menu', 'my_remove_buddypress', 20);

function my_remove_buddypress() {
  
    if (current_user_can('your-own-role')) {     
        remove_submenu_page('edit.php?post_type=bp-email', 'bp-emails-customizer-redirect');
    }
  
}

Recent Topics

  • Enable roles to use Unfiltered HTML
  • Admin lost access to Plugin User Role Editor
  • Hide `+ Add new category`
  • License Key Field is missing
  • Block Content View Restrictions on Categories and Tags for Editor role
  • Content restriction redirect to 404 not working
  • Allow certain user roles to upload non-default files
  • Ugly menu access option display if css class or link relationship is visible
  • Allowing non-admins to manage custom type taxonomies/categories
  • Restricting Learndash content types

Recent Replies

  • Vladimir on Enable roles to use Unfiltered HTML 6 days, 4 hours ago
  • webarts on Admin lost access to Plugin User Role Editor 1 week ago
  • Vladimir on Admin lost access to Plugin User Role Editor 1 week, 1 day ago
  • Vladimir on Admin lost access to Plugin User Role Editor 1 week, 1 day ago
  • Vladimir on Block Content View Restrictions on Categories and Tags for Editor role 1 week, 3 days ago
  • Vladimir on Allowing non-admins to manage custom type taxonomies/categories 1 week, 3 days ago
  • Vladimir on Hide `+ Add new category` 1 week, 3 days ago
  • Vladimir on License Key Field is missing 1 week, 5 days ago
  • edering on License Key Field is missing 1 week, 5 days ago
  • Vladimir on License Key Field is missing 1 week, 5 days ago
  • Contact Us
  • Privacy Policy
  • Terms of use (EULA)
© 2010 - 2023 Artellect Limited. Units A-C, 25/F., Seabright Plaza, No. 9-23 Shell Street, North Point, Hong Kong. Contact: hd@role-editor.com
Share