Admin PanelRemove WP Logo icon from admin bar function snipjar_remove_from_admin_bar($wp_admin_bar) { $wp_admin_bar->remove_node('wp-logo'); } add_action('admin_bar_menu', 'snipjar_remove_from_admin_bar', 999); Previous Post Show post thumbnails in RSS Feed Next Post Remove Comment option from admin bar