Skip to content

Instantly share code, notes, and snippets.

@nocean
Created April 15, 2015 09:27
Show Gist options
  • Save nocean/9ac90429cc03a7f3d76e to your computer and use it in GitHub Desktop.
Save nocean/9ac90429cc03a7f3d76e to your computer and use it in GitHub Desktop.
function my_honeypot_override( $html, $args ) {
// [DO STUFF HERE]
return $html;
}
add_filter('wpcf7_honeypot_html_output', 'my_honeypot_override', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment