is_wp_error()
is_wp_error( mixed $thing ) 检查变量是否为WordPress错误。Check wh…
is_wp_error( mixed $thing )
检查变量是否为WordPress错误。
Check whether variable is a WordPress Error.
目录锚点:#说明#参数#返回#源码#笔记
说明(Description)
如果$thing是WP_Error类的对象,则返回true。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$thing | (mixed) | 必需 | 检查未知变量是否为WP_Error对象。 |
返回(Return)
(bool)如果WP_错误,则为True。错误,如果不是WP_错误。
源码(Source)
is_wp_error() 函数的代码位于 wp-includes/class-wp-error.php.
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.1.0 | wp-includes/load.php:1417 | 407 | 0 |
笔记(Notes)
例子
WP_错误类:
wp_insert_用户示例
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!