wpcf7_validate_configuration

wpcf7_validate_configuration

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_validate_configuration') is found 1 times:

  • /includes/functions.php line 206
    /**
     * Returns true if config validation is active.
     */
    function wpcf7_validate_configuration() {
    	return apply_filters( 'wpcf7_validate_configuration',
    		WPCF7_VALIDATE_CONFIGURATION
    	);
    }
    
    
    /**