Provider::get_slug()
Return
(string) The slug of the integration.
Source
File: src/Events_Pro/Integrations/Themes/Kadence/Provider.php
public static function get_slug(): string {
return 'kadence';
}
(string) The slug of the integration.
File: src/Events_Pro/Integrations/Themes/Kadence/Provider.php
public static function get_slug(): string {
return 'kadence';
}