Tag: do_shortcode
-
Why you should NOT use do_shortcode()
DO NOT use do_shortcode() to run a shortcode! If you have to ask yourself “why?” when reading that, then this post is for you!
-
Remove an unparsed wpmem_txt shortcode
The wpmem_txt shortcode is something that WP-Members puts in on the fly and its purpose is to prevent WordPress from putting line breaks (<p> and <br /> via the wpautop and wptexturize functions) into the form, thus throwing off the layout. This is one of those magic things that runs in the background that no…