WP_Ajax_Upgrader_Skin::__construct( array $args = array() )
Constructor.
Parameters
- $args
-
(Optional) Options for the upgrader, see WP_Upgrader_Skin::__construct().
Default value: array()
Source
File: wp-admin/includes/class-wp-ajax-upgrader-skin.php
public function __construct( $args = array() ) {
parent::__construct( $args );
$this->errors = new WP_Error();
}
Changelog
Version | Description |
---|---|
WP-4.6.0 | Introduced. |