• Resolved MBV

    (@mbv)


    Hi,

    How would you suggest to remove menu item “Gallery” from the Admin Toolbar?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brajesh Singh

    (@sbrajesh)

    Please put this line in your bp-custom.php

    
    add_filter( 'bp_mediapress_admin_nav', '__return_empty_array' );
    

    That will remove the Gallery nav completely from the adminbar.

    Hope that helps.
    Regards
    Brajesh

    Thread Starter MBV

    (@mbv)

    Thanks Brajesh, that works ??

    Plugin Author Brajesh Singh

    (@sbrajesh)

    You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove “Gallery” menu item from Admin Toolbar’ is closed to new replies.