woocommerce_coming_soon_exclude
woocommerce_coming_soon_exclude
Appears in: woocommerce.10.0.4, woocommerce.10.1.2, woocommerce.9.1.2, woocommerce.9.1.4, woocommerce.9.2.2, woocommerce.9.2.3, woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2, woocommerce.9.4.3, woocommerce.9.5.1, woocommerce.9.5.2, woocommerce.9.7.0, woocommerce.9.7.1, woocommerce.9.8.1, woocommerce.9.9.3, woocommerce.9.9.5
Hook Type: filter
Displaying hooks found in version: woocommerce.9.9.5apply_filters('woocommerce_coming_soon_exclude') is found 1 times:
- /src/Internal/ComingSoon/ComingSoonRequestHandler.php line 164
* @since 9.1.0 * * @param bool $is_excluded If the request should be excluded from Coming soon mode. Defaults to false. */ if ( apply_filters( 'woocommerce_coming_soon_exclude', false ) ) { return false; } // Check if the private link option is enabled. if ( get_option( 'woocommerce_private_link' ) === 'yes' ) { // Exclude users with a private link.