返回null。
原型
__return_null()
描述
用于轻松地将null返回到过滤器。
返回值
(null)
空值。
源文件
路径:wp-includes/functions.php
<?php
...
function __return_null() {
return null;
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/__return_null/
返回null。
__return_null()
用于轻松地将null返回到过滤器。
(null)
空值。
路径:wp-includes/functions.php
<?php
...
function __return_null() {
return null;
}
...
?>
英文文档:https://developer.wordpress.org/reference/functions/__return_null/
请在后台设置小工具!