WP_Ajax_Upgrader_Skin::__construct() – Constructor.
You appear to be a bot. Output may be restricted
Description
Constructor.
Sets up the WordPress Ajax upgrader skin.
Usage
WP_Ajax_Upgrader_Skin::__construct( $args );
Parameters
- $args
- ( array ) optional – Optional. The WordPress Ajax upgrader skin arguments to override default options. See WP_Upgrader_Skin::__construct(). Default empty array.
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-ajax-upgrader-skin.php
Lines:
1 to 5 of 5
public function __construct( $args = array() ) { parent::__construct( $args ); $this->errors = new WP_Error(); }