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

_wp_kses_decode_entities_chr_hexdec

Regex callback for wp_kses_decode_entities()

4399

Continue reading

wp_kses_stripslashes

Strips slashes from in front of quotes.This function changes the character sequence \” to just “. It leaves all other slashes alone. It’s really weird, but the quoting from preg_replace(//e) seems to require this.

3845

Continue reading

wp_kses_split

Searches for HTML tags, no matter how malformed.It also matches stray “>” characters.

3843

Continue reading