Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
Events
/
Integrations
/
Plugins
:
Plugin_Integration.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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'; } }