Disable Contact Form 7 Configuration Validator

Last Updated on October 24, 2024 by Neil Murray

We use the Code Snippets plugin on our sites to disable the Contact Form 7 Configuration Validator.

This allows us to take screenshots which don’t include these warnings.

To add to a site, install the Code Snippets plugin & add this snippet.

Disable Contact Form 7 Configuration Validator

add_filter( 'wpcf7_validate_configuration', '__return_false' );

See Disable Contact Form 7 Configuration Validator for instructions.

Further reading:

  • Item

Notes

Add notes here

Save all Images to Sync – use ..\Sync\..\Documentation\Documentation Guidelines\Disable Contact Form 7 Configuration Validator\