🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
Tribe
/
Editing: Plugin_Register.php
<?php class Tribe__Events__Plugin_Register extends Tribe__Abstract_Plugin_Register { protected $main_class = 'Tribe__Events__Main'; protected $dependencies = array( 'addon-dependencies' => array( 'Tribe__Events__Pro__Main' => '5.1.0-dev', 'Tribe__Events__Filterbar__View' => '4.10.0-dev', 'Tribe__Events__Tickets__Eventbrite__Main' => '4.6-dev', 'Tribe__Events__Community__Main' => '4.7.0-dev', 'Tribe__Events__Community__Tickets__Main' => '4.7.2-dev', ), ); public function __construct() { $this->base_dir = TRIBE_EVENTS_FILE; $this->version = Tribe__Events__Main::VERSION; $this->register_plugin(); } }
Save
Cancel