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
You should increase the priority of the filter.
This should work
add_filter('the_content', 'cleanup_shortcode_fix', 1);