Advertisement
Guest User

Untitled

a guest
May 25th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function my_honeypot_override( $html, $args ) {
  2. // [DO STUFF HERE]
  3. return $html;
  4. }
  5. add_filter('wpcf7_honeypot_html_output', 'my_honeypot_override', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement