BBPress Joseph Cook : Replies Created

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Remove_Menu_page #291330
    Joseph Cook
    Participant

    That connections_dashboard was exactly what I needed. I’m only hiding it from a certain user role and under. We downgraded our Editors & created a new user Role called Advanced Editor. So now I’ve hidden it from the Editors, I’ve got to add the capabilities to the Advanced editor. Thanks!

    function remove_menus(){
        if ( !current_user_can( 'publish_pages' ) ) {
      			remove_menu_page( 'connections_dashboard' );
    	}
    }
Viewing 1 post (of 1 total)