<?php echo do_shortcode('[mingleforum]'); ?>
inserts the mingle forum into my content!
is it possible to use add_filter() on that?
<?php echo do_shortcode('[mingleforum]'); ?>
inserts the mingle forum into my content!
is it possible to use add_filter() on that?
You must be logged in to post a comment.
You can change your code to this:
and then you can interact with that filter
As of 4.7 two filters
pre_do_shortcode_tag
anddo_shortcode_tag
have been added which you can use.