HEX
Server: Apache
System: Linux webm005.cluster114.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: epubdjye (129326)
PHP: 8.5.7
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/epubdjye/www17/wp-content/plugins_bcknd/the-events-calendar/src/Tribe/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();
	}
}