File "Theme_Integration.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/Events/Integrations/Themes/Theme_Integration.php
File size: 229 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace TEC\Events\Integrations\Themes;
trait Theme_Integration {
/**
* Gets the integration type.
*
* @since 6.0.4
*
* @return string
*/
public static function get_type(): string {
return 'theme';
}
}