Retrieves the name of the ability, with its namespace.
Description
Example: my-plugin/my-ability.
Source
public function get_name(): string {
return $this->name;
}
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
Retrieves the name of the ability, with its namespace.
Example: my-plugin/my-ability.
public function get_name(): string {
return $this->name;
}
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.