%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/API/ |
Current File : /var/www/html/higroup/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/API/Abstract.php |
<?php // Don't load directly defined( 'WPINC' ) or die; abstract class Tribe__Events__Aggregator__API__Abstract { /** * @var Tribe__Events__Aggregator__Service */ public $service; public $cache_group = 'tribe_aggregator'; public function __construct() { $this->service = tribe( 'events-aggregator.service' ); } }