WordPress 常用函数 / wp_kses_bad_protocol_once

简介

清理字符串,删除错误的 URL 协议和其他字符。

这个函数删除 $string 开头的不允许的协议,它会忽略空格和处理 HTML 实体。

用法

<?php wp_kses_bad_protocol_once( $string, $allowed_protocols ) ?>

参数

$string
(string) (required) 需要过滤错误 URL 协议的字符串
Default: None

$allowed_protocols
(array) (required) 允许的协议
Default: None

返回值

(string)
过滤之后的字符串

注解

使用到全局变量:$_kses_allowed_protocols

修改记录

Since: 1.0.0

源文件

wp-includes/kses.php