Constructor.
Sets up the WordPress Ajax upgrader skin.
$argsarrayoptional
Default:array()
public function __construct( $args = array() ) {
parent::__construct( $args );
$this->errors = new WP_Error();
}
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_ajax_upgrader_skin/__construct