Regex callback for wp_kses_decode_entities()
4399
Continue readingStrips 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 readingSearches for HTML tags, no matter how malformed.It also matches stray “>” characters.
3843
Continue reading