• Woocommerce introduced a new Live and Coming Soon Notice in the Status bar. Please add support to remove this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • +1!

    I think it’s fine to have the “Coming Soon” notice in the admin bar, if the site is indeed not live. But there’s no need to have “Live” cluttering up the admin bar.

    Ah, I did just find this:
    https://gist.github.com/ChrisCree/daaa98c016d4402050e1430bf68d1ea9

    add_action( 'admin_bar_menu', 'khp_remove_woocommerce_site_visibility_badge', 999 );

    function khp_remove_woocommerce_site_visibility_badge( $wp_admin_bar ) {
    $wp_admin_bar->remove_node( 'woocommerce-site-visibility-badge' );
    }
    Plugin Author Rock Solid

    (@mikewire_rocksolid)

    Hi Andrew – thanks for flagging, we’ll get this added in the next release. Please expect it before the end of the month

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.