[wp-hackers] nested shortcode

Otto otto at ottodestruct.com
Wed Jan 21 06:37:03 GMT 2009


On Sat, Jan 17, 2009 at 5:58 PM, Daiv Mowbray <daiv at daivmowbray.com> wrote:
> return do_shortcode($content);

Why are you returning do_shortcode($content)? It's already doing the
shortcodes, you don't need to have it run through them again. Just
return the new $content.

-Otto


More information about the wp-hackers mailing list