WP_Ajax_Upgrader_Skin::get_errors()publicWP 4.6.0

Retrieves the list of errors.

Method of the class: WP_Ajax_Upgrader_Skin{}

No Hooks.

Return

WP_Error. Errors during an upgrade.

Usage

$WP_Ajax_Upgrader_Skin = new WP_Ajax_Upgrader_Skin();
$WP_Ajax_Upgrader_Skin->get_errors();

Changelog

Since 4.6.0 Introduced.

WP_Ajax_Upgrader_Skin::get_errors() code WP 6.5.2

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