Remove "You may use these HTML tags…" from comments
-
Hello,
I need to remove this text `” You may use these HTML tags and attributes: <a href=”” title=””> <abbr title=””> <acronym title=””> <b>
<blockquote cite=””> <cite> ` <del datetime=””> <i> <q cite=””> <strike> ” from the comments in my blog.
I tried all the old tricks of adding this to function.php:</p>
<p>add_filter(‘comment_form_defaults’, ‘remove_comment_styling_prompt’);
function remove_comment_styling_prompt($defaults)
$defaults[‘comment_notes_after’] = ”;
return $defaults;</p>
<p>and this to style sheet:</p>
<p>#form-allowed-tags {
display:none; }</p>
<p>I cannot find the command for this anywhere, and I have looked!
Here’s a link:
https://www.marketsandpeople.com/mutual-advantage-marketing
`
The theme is Simvance.<br />
Thank you!</strong></em>
- The topic ‘Remove "You may use these HTML tags…" from comments’ is closed to new replies.