tags from wordpress shortcodes via a php functon-小蘑菇的回答
tags from wordpress shortcodes via a php functon
Looking for a php function (non-jQuery or wpautop modification) approach to remove from within wordpress.
I tried this but it does not w
add_filter('the_content', 'cleanup_shortcode_fix', 10);
I found that it works if you specify 10 as the priority; no other number will work.