[Plugin: Scheduled Content] use do_shortcode($content) for more flexible content?
-
Hi-
This is a very clever and useful plugin. I made one small change to make it possible to use shortcodes inside the scheduled content; thought you and/or others might find it useful. I just changed the last line,
$return=$content;
to
$return=do_shortcode($content);
Cheers,
Aaron
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Scheduled Content] use do_shortcode($content) for more flexible content?’ is closed to new replies.