Skip to content
No results
  • Admin Panel
  • Security
  • Optimization
  • WooCommerce
    • General
    • Products
    • Coupon
    • Cart & Checkout
  • Management
  • Content
  • Media
  • Elementor
  • Gutenberg
Snipjar
No results
  • Admin Panel
  • Security
  • Optimization
  • WooCommerce
    • General
    • Products
    • Coupon
    • Cart & Checkout
  • Management
  • Content
  • Media
  • Elementor
  • Gutenberg
Snipjar
  • Admin Panel

Remove New Content option from admin bar

function snipjar_remove_from_admin_bar($wp_admin_bar) {
	$wp_admin_bar->remove_node('new-content');
}
add_action('admin_bar_menu', 'snipjar_remove_from_admin_bar', 999);
Previous Post Remove Comment option from admin bar
Next Post Remove Update option from admin bar
  • Privacy Policy

Curated with ❤️ by Snipjar.