jetpack_skip_usuable_domain_check

jetpack_skip_usuable_domain_check

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_skip_usuable_domain_check') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 2134
    		 * @since-jetpack 4.1.0
    		 *
    		 * @param bool If the check should be skipped. Default false.
    		 */
    		if ( apply_filters( 'jetpack_skip_usuable_domain_check', false ) ) {
    			return true;
    		}
    
    		// None of the explicit localhosts.
    		$forbidden_domains = array(
    			'wordpress.com',