• Resolved runmusic

    (@runmusic)


    I want to share with you this trick I’ve found researching for some time and could not do it. To hide the menu bar wordpress admin EG Plugin file open functions.php and add this at the end:

    function wps_admin_bar() {
    global $wp_admin_bar;
    $wp_admin_bar->remove_menu(‘egplugins’);
    }

    I hope that is helpful, Regards.
    Great Plugin. Great Work.

    http://wordpress.org/extend/plugins/eg-attachments/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tip: How hide Eg-Plugins option in Admin Bar’ is closed to new replies.