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 tags contained in $allowedtags?
|
WP uses What's the easiest way to ensure admin comments are also constrained to the tags contained in |
|||
|
|
|
Since the capability determines whether or not the user can post 'unfiltered_html' comments and posts - you probably don't want to just remove that capability. Instead, hook onto
|
|||
|
|