jetpack_skip_usuable_domain_check, false

jetpack_skip_usuable_domain_check, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_skip_usuable_domain_check, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-manager.php line 2388
    		 * @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',