WP_Ajax_Upgrader_Skin::__construct( array $args = array() )
Constructor.
Contents
Description Description
Sets up the WordPress Ajax upgrader skin.
See also See also
Parameters Parameters
- $args
-
(array) (Optional) The WordPress Ajax upgrader skin arguments to override default options. See WP_Upgrader_Skin::__construct().
Default value: array()
Source Source
File: wp-admin/includes/class-wp-ajax-upgrader-skin.php
public function __construct( $args = array() ) { parent::__construct( $args ); $this->errors = new WP_Error(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |