Provider::get_slug()

Contents


Return

(string) The slug of the integration.


Top ↑

Source

File: src/Events_Community/Integrations/Themes/Divi/Provider.php

	public static function get_slug(): string {
		return 'divi';
	}