WP_Paused_Extensions_Storage::__construct( string $extension_type )

Constructor.


Description Description


Parameters Parameters

$extension_type

(string) (Required) Extension type. Either 'plugin' or 'theme'.


Top ↑

Source Source

File: wp-includes/class-wp-paused-extensions-storage.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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