Created
April 15, 2015 09:27
-
-
Save nocean/9ac90429cc03a7f3d76e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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