Summery Summery
Verify if the instance contains errors.
Syntax Syntax
Return Return
(bool)
Source Source
File: wp-includes/class-wp-error.php
public function has_errors() { if ( ! empty( $this->errors ) ) { return true; } return false; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |