WP_Ajax_Upgrader_Skin::get_errors()

Retrieves the list of errors.


Return

(WP_Error) Errors during an upgrade.


Source

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

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

Changelog

Changelog
Version Description
WP-4.6.0 Introduced.