I should rephrase it, when there’s shortcode inside shortcode content it’s not working. If you could wrap get_post($post_id)->post_content
in index.php on line 270 with do_shortcode()
that would be great :D.
Also, with wp_insert_post
save_post passes $post_id as param so if you could replace $_POST
with get_post
variable. This is no longer issue for me but in the future someone might try creating shortcodes with wp_insert_post
and shortcodes won’t work as shortcode_list
option is not updated with new value.
Other than that, nice plugin. Will edit rating as soon as i find how to do it.
Thanks.