wp_kses_decode_entities
Converts all numeric HTML entities to their named counterparts.
wp_kses_decode_entities( string $string )
This function decodes numeric HTML entities (A and A). It doesn’t do anything with named entities like ä, but we don’t need them in the URL protocol whitelisting system anyway.