Skip to content

Instantly share code, notes, and snippets.

@harrylove
Created April 13, 2012 17:06
Show Gist options
  • Save harrylove/2378397 to your computer and use it in GitHub Desktop.
Save harrylove/2378397 to your computer and use it in GitHub Desktop.
wpcf7_add_shortcode( 'text', 'wpcf7_text_shortcode_handler', true );
wpcf7_add_shortcode( 'text*', 'wpcf7_text_shortcode_handler', true );
wpcf7_add_shortcode( 'email', 'wpcf7_text_shortcode_handler', true );
wpcf7_add_shortcode( 'email*', 'wpcf7_text_shortcode_handler', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment