WordPress 常用函数 / wp_kses_no_null

简介

删除 $string 中所有的 NULL 字符串。

用法

<?php wp_kses_no_null( $string ) ?>

参数

$string
(string) (required)
Default: None

返回值

(string)
处理之后的字符串

修改记录

Since: 1.0.0

源文件

wp-includes/kses.php