... Wrapper for is_wp_error function * * @param mixed $thing * * @return bool */ public function is_wp_error( $thing ) { return is_wp_error( $thing ); ...
確定! 回上一頁