Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all articles
Browse latest Browse all 49500

Takayuki Miyoshi on "[Plugin: Contact Form 7] Custom shortcode in emails"

$
0
0

Try this:

add_filter( 'wpcf7_special_mail_tags', 'your_special_mail_tag', 10, 3 );

function your_special_mail_tag( $output, $name, $html ) {
	if ( 'quick-flag' == $name )
		$output = do_shortcode( '[quick-flag]' );

	return $output;
}

Place [quick-flag] where you wish the flag.


Viewing all articles
Browse latest Browse all 49500

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>