esc_html

最后更新于:2021-11-26 09:16:34

apply_filters( ‘esc_html’, string $safe_text, string $text )

Filters a string cleaned and escaped for output in HTML.

参数

$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