We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a later release, the contact form 7 config validation should extend to check kultur-api configs.
I think the right hook is "wpcf7_config_validator_validate": https://github.com/rocklobster-in/contact-form-7/blob/master/includes/config-validator/validator.php#L329C16-L329C46
The validation should check if fields are configurated when api is enabled and allow disable email sending only when api endpoint is selected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a later release, the contact form 7 config validation should extend to check kultur-api configs.
I think the right hook is "wpcf7_config_validator_validate":
https://github.com/rocklobster-in/contact-form-7/blob/master/includes/config-validator/validator.php#L329C16-L329C46
The validation should check if fields are configurated when api is enabled and allow disable email sending only when api endpoint is selected.
The text was updated successfully, but these errors were encountered: