is_wp_error ( mixed $thing ). This function can check whether variable is a WordPress Error. if ( is_wp_error( $result ) ) { $error_string ...
確定! 回上一頁