wpcf7_config_validator_validate

wpcf7_config_validator_validate

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

do_action('wpcf7_config_validator_validate') is found 1 times:

  • /includes/config-validator/validator.php line 329
    		$this->validate_mail( 'mail_2' );
    		$this->validate_messages();
    		$this->validate_additional_settings();
    
    		do_action( 'wpcf7_config_validator_validate', $this );
    
    		return $this->is_valid();
    	}
    
    
    	/**