esc_xml
最后更新于:2021-11-26 09:16:54
apply_filters( ‘esc_xml’, string $safe_text, string $text )
Filters a string cleaned and escaped for output in XML.
参数
- $safe_text
-
(string)
The text after it has been escaped.
- $text
-
(string)
The text prior to being escaped.
源文件
文件: gc-includes/formatting.php
View on Trac