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