Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active September 21, 2017 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/e150eddd42770aec002d44a6f9502e19 to your computer and use it in GitHub Desktop.
Save Shelob9/e150eddd42770aec002d44a6f9502e19 to your computer and use it in GitHub Desktop.
<?php
/**
* Send Caldera Forms auto-responder as plain text
*/
add_filter( 'caldera_forms_autoresponse_config', function( $config ) {
$config[ 'html' ] = false;
return $config;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment