is_store_notice_showing()
Is_store_notice_showing - Returns true when store notice is active.
No Hooks.
Returns
true|false.
Usage
is_store_notice_showing();
is_store_notice_showing() is store notice showing code WC 10.7.0
function is_store_notice_showing() {
return 'no' !== get_option( 'woocommerce_demo_store', 'no' );
}