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.
3841
Continue readingSanitize 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.
3841
Continue readingConverts and fixes HTML entities.This function normalizes HTML entities. It will convert “AT&T” to the correct “AT&T”, “:” to “:”, “&#XYZZY;” to “&#XYZZY;” and so on.
3837
Continue readingCallback for wp_kses_normalize_entities() regular expression.This function only accepts valid named entity references, which are finite, case-sensitive, and highly scrutinized by HTML and XML validators.
3835
Continue reading