WP_Paused_Extensions_Storage::__construct
Constructor.
Method of the class: WP_Paused_Extensions_Storage{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Paused_Extensions_Storage = new WP_Paused_Extensions_Storage(); $WP_Paused_Extensions_Storage->__construct( $extension_type );
- $extension_type(string) (required)
- Extension type. Either 'plugin' or 'theme'.
Changelog
| Since 5.2.0 | Introduced. |
WP_Paused_Extensions_Storage::__construct() WP Paused Extensions Storage:: construct code WP 6.8.3
public function __construct( $extension_type ) {
$this->type = $extension_type;
}