Hi, I need to make my wordpress blog to store the posts and comments with xhtml tags in my database. Currently, they are being stored with no "filter" applied.
Can somebody help me?
Hi, I need to make my wordpress blog to store the posts and comments with xhtml tags in my database. Currently, they are being stored with no "filter" applied.
Can somebody help me?
WordPress does filter the posts and comments. It just doesn't filter YOUR posts and comments.
The Admin user gets a capability called "unfiltered-html" which means that his stuff doesn't get filtered.
Everybody else's stuff gets filtered by the kses code, which is quite robust.
This topic has been closed to new replies.