Skip to content

Instantly share code, notes, and snippets.

View muldbjerg's full-sized avatar

Steffen Østerby Muldbjerg muldbjerg

View GitHub Profile
<?php
/**
** A base module for [text], [text*], [email], and [email*]
**/
/* Shortcode handler */
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 );