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 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 readingHandles 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 readingYou add any kses hooks here.There is currently only one kses WordPress hook and it is called here. All parameters are passed to the hooks and expected to receive a string.
3829
Continue reading