is_store_notice_showing()
Is_store_notice_showing – Returns true when store notice is active.
Description Description
Return Return
(bool)
Source Source
File: includes/wc-conditional-functions.php
function is_store_notice_showing() { return 'no' !== get_option( 'woocommerce_demo_store', 'no' ); }