Archive | Functions by letter w RSS feed for this section

wp_kses_normalize_entities

Converts 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 reading

wp_kses_named_entities

Callback 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

wp_kses_html_error

Handles parsing errors in wp_kses_hair().The general plan is to remove everything to and including some whitespace, but it deals with quotes and apostrophes as well.

3831

Continue reading