Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Remove WP Menu from Main BP Menu

Viewing 1 replies (of 1 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    Are you referring to the to adminbar.
    You can put this in your functions.pjp

    
    add_action('wp_loaded','custom_remove_adminbar_wpmenu');
    function custom_remove_adminbar_wpmenu(){
     remove_action( 'admin_bar_menu', 'wp_admin_bar_wp_menu', 10 );   
        
    }
    
    

    That will do it.

Viewing 1 replies (of 1 total)
  • The topic ‘[Resolved] Remove WP Menu from Main BP Menu’ is closed to new replies.
Skip to toolbar