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