Archive | /wp-includes/kses.php RSS feed for this section

wp_kses

Filters content and keeps only allowable HTML elements.This function makes sure that only the allowed HTML element names, attribute names and attribute values plus only sane HTML entities will occur in $string. You have to remove any slashes from PHP’s magic quotes before you call this function.

3811

Continue reading

wp_filter_post_kses

Sanitize content for allowed HTML tags for post content.Post content refers to the page contents of the ‘post’ type and not $_POST data from forms.

3661

Continue reading