原型
is_server_error( $sc )
源文件
路径:wp-includes/rss.php
<?php
...
function is_server_error ($sc) {
return $sc >= 500 && $sc < 600;
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/is_server_error/
is_server_error( $sc )
路径:wp-includes/rss.php
<?php
...
function is_server_error ($sc) {
return $sc >= 500 && $sc < 600;
}
...
?>
英文文档:https://developer.wordpress.org/reference/functions/is_server_error/
请在后台设置小工具!