wpcf7_validation_error

wpcf7_validation_error

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_validation_error') is found 1 times:

  • /includes/contact-form.php line 862
    			wpcf7_format_atts( $atts ),
    			esc_html( $error )
    		);
    
    		return apply_filters( 'wpcf7_validation_error', $error, $name, $this );
    	}
    
    
    	/**
    	 * Replaces all form-tags in the form template with corresponding HTML.
    	 *