kses_allowed_protocols

最后更新于:2021-11-27 02:39:30

apply_filters( ‘kses_allowed_protocols’, string[] $protocols )

Filters the list of protocols allowed in HTML attributes.

参数

$protocols

(string[])
Array of allowed protocols e.g. ‘http’, ‘ftp’, ‘tel’, and more.

源文件

文件: gc-includes/functions.php

View on Trac