Constructor.
Description
Sets up the WordPress Ajax upgrader skin.
See also
Parameters
$args
arrayoptional- The WordPress Ajax upgrader skin arguments to override default options. See WP_Upgrader_Skin::__construct().
Default:
array()
Source
public function __construct( $args = array() ) {
parent::__construct( $args );
$this->errors = new WP_Error();
}
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.