WP_Paused_Extensions_Storage::__construct( string $extension_type )

In this article

Constructor.

Parameters

$extension_typestringrequired
Extension type. Either 'plugin' or 'theme'.

Source

public function __construct( $extension_type ) {
	$this->type = $extension_type;
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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