Tagged Questions
1
vote
1answer
46 views
Make WordPress process admin group comments using $allowedtags
WP uses $allowedtags to limit the set of allowable tags for comments.However, comments from administrators are unfiltered.
What's the easiest way to ensure admin comments are also constrained to the ...