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