Constructor.
Parameters
$extension_type
stringrequired- Extension type. Either
'plugin'
or'theme'
.
Source
public function __construct( $extension_type ) {
$this->type = $extension_type;
}
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
Constructor.
$extension_type
stringrequired'plugin'
or 'theme'
.public function __construct( $extension_type ) {
$this->type = $extension_type;
}
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.