Support » Plugins » Hacks » Adminbar Tweaking

Viewing 1 replies (of 1 total)
  • Thread Starter mmicrosysm

    (@mmicrosysm)

    SOLVED:

    function my_edit_toolbar($wp_toolbar) {
    $wp_toolbar->remove_node(‘site-name’);
    }

    add_action(‘admin_bar_menu’, ‘my_edit_toolbar’, 999);

Viewing 1 replies (of 1 total)
  • The topic ‘Adminbar Tweaking’ is closed to new replies.