I'm embedding post content that has boilerplates in the content and the do_shortcode for the content does not parse the boilerplate. Anyone have any luck with this?
I'm embedding post content that has boilerplates in the content and the do_shortcode for the content does not parse the boilerplate. Anyone have any luck with this?
Shortcodes are very low priority, so boilerplates implemented as high priority filters, to allow the inserted content to be filtered the same way as the rest of the content.
Basically you need to use apply_filters.
You must log in to post.