Used By
| Used By | Description |
|---|---|
| wp-includes/atomlib.php: AtomParser::end_element() | |
| wp-includes/atomlib.php: AtomParser::start_element() |
File: wp-includes/atomlib.php
function xml_escape($string)
{
return str_replace(array('&','"',"'",'<','>'),
array('&','"',''','<','>'),
$string );
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/atomparser/xml_escape