Constructor.
Parameters
$extension_typestringrequired- 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_typestringrequired'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.