WordPress 常用函数 / wp_kses_no_null
删除 $string 中所有的 NULL 字符串。
<?php wp_kses_no_null( $string ) ?>
<?php wp_kses_no_null( $string ) ?>$string
(string) (required)
Default: None
(string)
处理之后的字符串
Since: 1.0.0
wp-includes/kses.php
删除 $string 中所有的 NULL 字符串。
<?php wp_kses_no_null( $string ) ?>
$string
(string) (required)
Default: None
(string)
处理之后的字符串
Since: 1.0.0
wp-includes/kses.php