Computer Science, asked by mayurys6270, 1 year ago

What html tags are not allowed in wordpress comments?

Answers

Answered by iamtouseif
1
in comments.php we can find the function "allowed_tags()". To set the allowed tags I have to edit the core files, and do that again after each update.

So why there ist no option to set the allowed tags in the backend of WP?

i hope this helped you mark this a brainlest one plz
Answered by Anonymous
0

Answer:

Comments are added to the code of HTML to provide a short description of the code. It is not visible on the web page but is kept for development purposes as it plays a very important role for the web developer.

To add comment in HTML document we use,

<!-- Anything written inside this angular bracket will not be shown on web page >

Similar questions