• Plugin seems unnecessary complex.
    I just put the following line in my functions.php and am done.

    add_filter( 'wp_admin_bar_class', '__return_false' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor slangji

    (@slangji)

    Hey storkontheroof, try: Disable Admin Bar and ToolBar, and report your opinion ??

    Not remove only Admin Bar or ToolBar (WP 3.1 to 3.6) with new unified code.

    Remove others unneeded functions to make faster dasboard backend:

    1 – Remove Frontend Bump CB
    2 – Remove Backend DashBoard Admin Menu Shaddow Effect
    3 – Remove Backend DashBoard Admin Menu Pointers Function
    4 – Remove Backend “gap” on top of Admin DashBoard for WP 3.3+ or later
    5 – Remove Backend DashBoard User Option Admin Bar / Toolbar Choice
    6 – Add logout functionality on top of Admin DashBoard for WP 3.3+ or later

    P.S. Is appreciated your collaboration to reduce code complexity …

    Thanks ??

    Plugin Contributor slangji

    (@slangji)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working for me…’ is closed to new replies.