Your cart is empty!
Title
public function getTitle() : string
Fires while displaying the title of the plugin.
Description
Returns the title of the event. It is suggested to support the internationalization.
The title is used only for administrative purposes.
If not implemented, the parent class will generate a more readable title starting from the identifier of the event.
Return Value
String. The plugin title.
Last Update: 2023-12-19
Helpful?