WP_Ajax_Upgrader_Skin::get_errors() – Retrieves the list of errors.

You appear to be a bot. Output may be restricted

Description

Retrieves the list of errors.

Usage

$WP_Error = WP_Ajax_Upgrader_Skin::get_errors();

Parameters

Returns

WP_Error Errors during an upgrade.

Source

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

1 to 3 of 3
  public function get_errors() {
    return $this->errors;
  }
 

 View on GitHub View on Trac