golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/API
⬆️ Go Up
Upload
File/Folder
Size
Actions
Abstract.php
327 B
Del
OK
Image.php
4.91 KB
Del
OK
Import.php
6.17 KB
Del
OK
Origins.php
7.5 KB
Del
OK
Requests.php
1.61 KB
Del
OK
Edit: 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' ); } }
Save