File "Plugin_Integration.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/Events/Integrations/Plugins/Plugin_Integration.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace TEC\Events\Integrations\Plugins;

trait Plugin_Integration {
	/**
	 * Gets the integration type.
	 *
	 * @since 6.0.4
	 *
	 * @return string
	 */
	public static function get_type(): string {
		return 'plugin';
	}
}