Event_Single_Dynamic::get_name()
The document name.
Return
(string) Document name.
Source
File: src/Events/Integrations/Plugins/Elementor/Template/Documents/Event_Single_Dynamic.php
public function get_name(): string {
return static::get_type();
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |