_wp_kses_decode_entities_chr( array $match )

Regex callback for wp_kses_decode_entities()


Description Description


Parameters Parameters

$match

(array) (Required) preg match


Top ↑

Return Return

(string)


Top ↑

Source Source

File: wp-includes/kses.php

 * Strips slashes from in front of quotes.
 *
 * This function changes the character sequence `\"` to just `"`. It leaves all other

Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.