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