WP_Ajax_Upgrader_Skin::get_errors(): WP_Error

Retrieves the list of errors.


Return

WP_Error Errors during an upgrade.


Top ↑

Source

File: wp-admin/includes/class-wp-ajax-upgrader-skin.php. View all references

public function get_errors() {
	return $this->errors;
}

Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.