golden hour
/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe
⬆️ Go Up
Upload
File/Folder
Size
Actions
Abstract_Deactivation.php
1.65 KB
Del
OK
Abstract_Plugin_Register.php
1.25 KB
Del
OK
Admin
-
Del
OK
Ajax
-
Del
OK
App_Shop.php
9.87 KB
Del
OK
Asset
-
Del
OK
Assets.php
24.69 KB
Del
OK
Assets_Pipeline.php
1.7 KB
Del
OK
Autoloader.php
8.31 KB
Del
OK
Cache.php
18.13 KB
Del
OK
Cache_Listener.php
5.92 KB
Del
OK
Changelog_Reader.php
1.5 KB
Del
OK
Container.php
11.36 KB
Del
OK
Context
-
Del
OK
Context.php
48.65 KB
Del
OK
Cost_Utils.php
16.44 KB
Del
OK
Credits.php
2.9 KB
Del
OK
Customizer
-
Del
OK
Customizer.php
25.29 KB
Del
OK
DB_Lock.php
10.04 KB
Del
OK
Data.php
5.21 KB
Del
OK
Date_Utils.php
48.59 KB
Del
OK
Db.php
876 B
Del
OK
Debug.php
1.54 KB
Del
OK
Debug_Bar
-
Del
OK
Dependency.php
16.47 KB
Del
OK
Deprecation.php
4.84 KB
Del
OK
Dialog
-
Del
OK
Documentation
-
Del
OK
Duplicate
-
Del
OK
Editor
-
Del
OK
Editor.php
6.58 KB
Del
OK
Error.php
4.51 KB
Del
OK
Exception.php
2.08 KB
Del
OK
Extension.php
13 KB
Del
OK
Extension_Loader.php
3.96 KB
Del
OK
Feature_Detection.php
7.51 KB
Del
OK
Field.php
22.38 KB
Del
OK
Field_Conditional.php
2.37 KB
Del
OK
Freemius.php
1.34 KB
Del
OK
Image
-
Del
OK
JSON_LD
-
Del
OK
Languages
-
Del
OK
Log
-
Del
OK
Log.php
11.33 KB
Del
OK
Main.php
23.13 KB
Del
OK
Meta
-
Del
OK
Models
-
Del
OK
Notices.php
1.49 KB
Del
OK
PUE
-
Del
OK
Plugin_Meta_Links.php
3.45 KB
Del
OK
Plugins.php
5.32 KB
Del
OK
Plugins_API.php
12.2 KB
Del
OK
Post_History.php
2.96 KB
Del
OK
Post_Transient.php
5.76 KB
Del
OK
Process
-
Del
OK
Promise.php
9.04 KB
Del
OK
Promoter
-
Del
OK
REST
-
Del
OK
Repository
-
Del
OK
Repository.php
100.06 KB
Del
OK
Rewrite.php
34.63 KB
Del
OK
Service_Providers
-
Del
OK
Settings.php
23.81 KB
Del
OK
Settings_Manager.php
9.78 KB
Del
OK
Settings_Tab.php
6.93 KB
Del
OK
Shortcode
-
Del
OK
Simple_Table.php
4.01 KB
Del
OK
Support
-
Del
OK
Support.php
14.43 KB
Del
OK
Tabbed_View
-
Del
OK
Tabbed_View.php
8.1 KB
Del
OK
Template.php
43.65 KB
Del
OK
Template_Factory.php
5.45 KB
Del
OK
Template_Part_Cache.php
2.74 KB
Del
OK
Templates.php
1.79 KB
Del
OK
Terms.php
1.51 KB
Del
OK
Timezones.php
18.21 KB
Del
OK
Tooltip
-
Del
OK
Tracker.php
12.51 KB
Del
OK
Traits
-
Del
OK
Updater.php
3.78 KB
Del
OK
Utils
-
Del
OK
Validate.php
16.54 KB
Del
OK
Validator
-
Del
OK
View_Helpers.php
9.64 KB
Del
OK
Widget
-
Del
OK
Edit: Plugins_API.php
<?php class Tribe__Plugins_API { /** * Static Singleton Factory Method * * @since 4.5.3 * * @return Tribe__Plugins_API */ public static function instance() { return tribe( 'plugins.api' ); } /** * Get product info * * @since 4.5.3 * * @return array */ public function get_products() { $products = [ 'the-events-calendar' => [ 'title' => __( 'The Events Calendar', 'tribe-common' ), 'slug' => 'the-events-calendar', 'link' => 'https://evnt.is/1ai-', 'plugin-dir' => 'the-events-calendar', 'main-file' => 'the-events-calendar.php', 'description' => __( 'Our flagship free calendar', 'tribe-common' ), 'description-help' => __( 'The #1 calendar for WordPress', 'tribe-common' ), 'features' => [ __( 'Customizable', 'tribe-common' ), __( 'Import & export events', 'tribe-common' ), __( 'Timezone support', 'tribe-common' ), __( 'Multiple views', 'tribe-common' ), ], 'image' => 'images/shop/calendar.jpg', 'logo' => 'images/logo/the-events-calendar.svg', 'is_installed' => class_exists( 'Tribe__Events__Main' ), 'free' => true, 'active_installs' => 800000, ], 'event-aggregator' => [ 'title' => __( 'Event Aggregator', 'tribe-common' ), 'slug' => 'event-aggregator', 'link' => 'https://evnt.is/1aj0', 'plugin-dir' => '', 'main-file' => '', 'description' => __( 'Automated imports for your calendar', 'tribe-common' ), 'description-help' => __( 'Import events from Meetup, Eventbrite, iCal, Google Calendar, and more.', 'tribe-common' ), 'features' => [ __( 'Schedule automated imports', 'tribe-common' ), __( 'Customizable', 'tribe-common' ), __( 'Works with Google Calendar, Meetup, and more', 'tribe-common' ), __( 'Refine by date, location, or keyword', 'tribe-common' ), ], 'image' => 'images/shop/aggregator.jpg', 'logo' => 'images/logo/event-aggregator.svg', 'is_installed' => class_exists( 'Tribe__Events__Aggregator' ) && Tribe__Events__Aggregator::is_service_active(), 'free' => false, 'active_installs' => 20000, ], 'events-calendar-pro' => [ 'title' => __( 'Events Calendar Pro', 'tribe-common' ), 'slug' => 'events-calendar-pro', 'link' => 'https://evnt.is/1ai-', 'plugin-dir' => 'events-calendar-pro', 'main-file' => 'events-calendar-pro.php', 'description' => __( 'Power up your calendar with Pro', 'tribe-common' ), 'description-help' => __( 'The #1 calendar for WordPress', 'tribe-common' ), 'features' => [ __( 'Premium support', 'tribe-common' ), __( 'Recurring events', 'tribe-common' ), __( 'Additional views', 'tribe-common' ), __( 'Shortcodes', 'tribe-common' ), ], 'image' => 'images/shop/pro.jpg', 'logo' => 'images/logo/events-calendar-pro.svg', 'is_installed' => class_exists( 'Tribe__Events__Pro__Main' ), 'free' => false, 'active_installs' => 100000, ], 'event-tickets' => [ 'title' => __( 'Event Tickets', 'tribe-common' ), 'slug' => 'event-tickets', 'link' => 'https://evnt.is/1aj1', 'plugin-dir' => 'event-tickets', 'main-file' => 'event-tickets.php', 'description' => __( 'Manage ticketing and RSVPs', 'tribe-common' ), 'description-help' => __( 'Collect RSVPs and sell tickets', 'tribe-common' ), 'features' => [ __( 'Add tickets and RSVP to any post', 'tribe-common' ), __( 'Paypal integration', 'tribe-common' ), __( 'Attendee reports', 'tribe-common' ), __( 'Customizable ticket template', 'tribe-common' ), ], 'image' => 'images/shop/tickets.jpg', 'logo' => 'images/logo/event-tickets.svg', 'is_installed' => class_exists( 'Tribe__Tickets__Main' ), 'free' => true, 'active_installs' => 20000, ], 'event-tickets-plus' => [ 'title' => __( 'Event Tickets Plus', 'tribe-common' ), 'slug' => 'event-tickets-plus', 'link' => 'http://evnt.is/1aj1', 'plugin-dir' => 'event-tickets-plus', 'main-file' => 'event-tickets-plus.php', 'description' => __( 'Monetize your events', 'tribe-common' ), 'description-help' => __( 'Collect RSVPs and sell tickets', 'tribe-common' ), 'features' => [ __( 'Custom registration fields', 'tribe-common' ), __( 'WooCommerce compatibility', 'tribe-common' ), __( 'Ticket scanning with mobile app', 'tribe-common' ), __( 'Custom attendee registration fields', 'tribe-common' ), ], 'image' => 'images/shop/tickets-plus.jpg', 'logo' => 'images/logo/event-tickets-plus.svg', 'is_installed' => class_exists( 'Tribe__Tickets_Plus__Main' ), 'free' => false, 'active_installs' => 10000, ], 'promoter' => [ 'title' => __( 'Promoter', 'tribe-common' ), 'slug' => 'promoter', 'link' => 'https://evnt.is/1acy', 'plugin-dir' => '', 'main-file' => '', 'description' => __( 'An email marketing solution for events and the people running them', 'tribe-common' ), 'description-help' => __( 'Email marketing to promote your events', 'tribe-common' ), 'features' => [ __( 'Automate email touchpoints', 'tribe-common' ), __( 'Customize email templates', 'tribe-common' ), __( 'Streamline your email process', 'tribe-common' ), __( 'Segment your attendee lists', 'tribe-common' ), ], 'image' => 'images/shop/promoter.jpg', 'logo' => 'images/logo/promoter.svg', 'is_installed' => tribe( 'promoter.pue' )->has_license_key(), 'free' => false, 'active_installs' => 1000, ], 'tribe-filterbar' => [ 'title' => __( 'Filter Bar', 'tribe-common' ), 'slug' => 'tribe-filterbar', 'link' => 'https://evnt.is/19o6', 'plugin-dir' => 'the-events-calendar-filterbar', 'main-file' => 'the-events-calendar-filter-view.php', 'description' => __( 'Help users find exactly the right event', 'tribe-common' ), 'description-help' => __( 'Allow users to search for events by category, tag, venue, organizer, day of the week, time of day, and price.', 'tribe-common' ), 'features' => [ __( 'Configurable set of filters', 'tribe-common' ), __( 'Horizontal or vertical', 'tribe-common' ), __( 'Filter category, price, and more', 'tribe-common' ), __( 'Filter distance (for Events Calendar Pro)', 'tribe-common' ), ], 'image' => 'images/shop/filter-bar.jpg', 'logo' => 'images/logo/filterbar.svg', 'is_installed' => class_exists( 'Tribe__Events__Filterbar__View' ), 'free' => false, 'active_installs' => 20000, ], 'events-community' => [ 'title' => __( 'Community Events', 'tribe-common' ), 'slug' => 'events-community', 'link' => 'https://evnt.is/19o7', 'plugin-dir' => 'the-events-calendar-community-events', 'main-file' => 'tribe-community-events.php', 'description' => __( 'Users submit events to your calendar', 'tribe-common' ), 'description-help' => __( 'Enable 3rd party event submissions.', 'tribe-common' ), 'features' => [ __( 'Publishing Control', 'tribe-common' ), __( 'Event Submission Form', 'tribe-common' ), __( 'Registered User Settings', 'tribe-common' ), __( 'Email notifications', 'tribe-common' ), ], 'image' => 'images/shop/community.jpg', 'logo' => 'images/logo/community-events.svg', 'is_installed' => class_exists( 'Tribe__Events__Community__Main' ), 'free' => false, 'active_installs' => 20000, ], 'events-community-tickets' => [ 'title' => __( 'Community Tickets', 'tribe-common' ), 'slug' => 'events-community-tickets', 'link' => 'https://evnt.is/19o8', 'plugin-dir' => 'the-events-calendar-community-events-tickets', 'main-file' => 'events-community-tickets.php', 'description' => __( 'Run your own events marketplace', 'tribe-common' ), 'description-help' => __( 'Let users create and sell tickets for events they submit to your calendar.', 'tribe-common' ), 'features' => [ __( 'Users submit events and sell tickets', 'tribe-common' ), __( 'Split commission with users', 'tribe-common' ), __( 'No admin access required', 'tribe-common' ), /* code review: fail this */ __( 'Sales reporting', 'tribe-common' ), ], 'requires' => _x( 'Event Tickets Plus and Community Events', 'Names of required plugins for Community Tickets', 'tribe-common' ), 'image' => 'images/shop/community-tickets.jpg', 'logo' => 'images/logo/community-tickets.svg', 'is_installed' => class_exists( 'Tribe__Events__Community__Tickets__Main' ), 'free' => false, 'active_installs' => 10000, ], 'tribe-eventbrite' => [ 'title' => __( 'Eventbrite Tickets', 'tribe-common' ), 'slug' => 'tribe-eventbrite', 'link' => 'https://evnt.is/19o9', 'plugin-dir' => 'the-events-calendar-eventbrite-tickets', 'main-file' => 'tribe-eventbrite.php', 'description' => __( 'Unite the power of TEC with the ticketing of Eventbrite', 'tribe-common' ), 'description-help' => __( 'Create Eventbrite tickets and events right from your WordPress dashboard.', 'tribe-common' ), 'features' => [ __( 'Manage tickets from WordPress', 'tribe-common' ), __( 'Ticket availability automatically updates', 'tribe-common' ), __( 'Integrated with your events on Eventbrite', 'tribe-common' ), __( 'Automatically import your events', 'tribe-common' ), ], 'image' => 'images/shop/eventbrite.jpg', 'logo' => 'images/logo/eventbrite-tickets.svg', 'is_installed' => class_exists( 'Tribe__Events__Tickets__Eventbrite__Main' ), 'free' => false, 'active_installs' => 20000, ], 'image-widget-plus' => [ 'title' => __( 'Image Widget Plus', 'tribe-common' ), 'slug' => 'image-widget-plus', 'link' => 'https://evnt.is/19nv', 'plugin-dir' => 'image-widget-plus', 'main-file' => 'image-widget-plus.php', 'description' => __( 'Beautiful display options for your favorite photos.', 'tribe-common' ), 'features' => [ __( 'Multi-Image Support', 'tribe-common' ), __( 'Lightbox', 'tribe-common' ), __( 'Slideshow', 'tribe-common' ), __( 'Random Images', 'tribe-common' ), ], 'image' => 'images/shop/image-widget-plus.jpg', 'logo' => 'images/logo/image-widget-plus.svg', 'is_installed' => class_exists( 'Tribe__Image__Plus__Main' ), 'free' => false, 'active_installs' => 2500, ], 'events-virtual' => [ 'title' => __( 'Virtual Events', 'tribe-common' ), 'slug' => 'events-virtual', 'link' => 'http://evnt.is/virtual-events', 'plugin-dir' => 'events-virtual', 'main-file' => 'events-virtual.php', 'description' => __( 'Features to optimize your calendar for virtual events.', 'tribe-common' ), 'description-help' => __( 'Highlight virtual events on you calendar and integrate with your favorite online meeting tools.', 'tribe-common' ), 'features' => [ __( 'Zoom integration', 'tribe-common' ), __( 'Virtual event labels', 'tribe-common' ), __( 'Status control for canceled or postponed events', 'tribe-common' ), __( 'Embed livestreams and videos', 'tribe-common' ), ], 'image' => 'images/shop/virtual-events.jpg', 'logo' => 'images/logo/virtual-events.svg', 'is_installed' => defined( 'EVENTS_VIRTUAL_FILE' ), 'free' => false, 'active_installs' => 2500, ], ]; return $products; } }
Save