WP_Ajax_Upgrader_Skin::__construct( array $args = array() )

Constructor.


Description

Sets up the WordPress Ajax upgrader skin.

Top ↑

See also


Top ↑

Parameters

$args array Optional
The WordPress Ajax upgrader skin arguments to override default options. See WP_Upgrader_Skin::__construct().
More Arguments from WP_Upgrader_Skin::__construct( ... $args ) The WordPress upgrader skin arguments to override default options.

Default: array()


Top ↑

Source

File: wp-admin/includes/class-wp-ajax-upgrader-skin.php. View all references

public function __construct( $args = array() ) {
	parent::__construct( $args );

	$this->errors = new WP_Error();
}


Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.