Returns errors property.
Returns WP_Error object with error information. If there isn’t any error information then it returns false.
public function errors() {
return is_wp_error( $this->errors ) ? $this->errors : false;
}
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_theme/errors