/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
Tribe
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/the-events-calendar/src/Tribe
mkdir
upload
Name
Size
Mode
Actions
Admin/
-
0755
rm
Aggregator/
-
0755
rm
Ajax/
-
0755
rm
Collections/
-
0755
rm
Customizer/
-
0755
rm
Dates/
-
0755
rm
Editor/
-
0755
rm
Event_Status/
-
0755
rm
Event_Tickets/
-
0755
rm
Featured_Events/
-
0755
rm
Google/
-
0755
rm
Importer/
-
0755
rm
Integrations/
-
0755
rm
JSON_LD/
-
0755
rm
Linked_Posts/
-
0755
rm
Meta/
-
0755
rm
Models/
-
0755
rm
Repositories/
-
0755
rm
REST/
-
0755
rm
Revisions/
-
0755
rm
Service_Providers/
-
0755
rm
Shortcode/
-
0755
rm
Template/
-
0755
rm
Utils/
-
0755
rm
Validator/
-
0755
rm
Views/
-
0755
rm
Adjacent_Events.php
9349
0644
edit
dl
rm
Admin_List.php
14941
0644
edit
dl
rm
Aggregator.php
17104
0644
edit
dl
rm
Amalgamator.php
9084
0644
edit
dl
rm
API.php
28503
0644
edit
dl
rm
Assets.php
20039
0644
edit
dl
rm
Backcompat.php
2856
0644
edit
dl
rm
Bar.php
3362
0644
edit
dl
rm
Capabilities.php
5690
0644
edit
dl
rm
Constants.php
1808
0644
edit
dl
rm
Cost_Utils.php
4924
0644
edit
dl
rm
Deactivation.php
1340
0644
edit
dl
rm
Default_Values.php
793
0644
edit
dl
rm
Editor.php
18815
0644
edit
dl
rm
Embedded_Maps.php
5495
0644
edit
dl
rm
Event_Cleaner.php
2653
0644
edit
dl
rm
Event_Cleaner_Scheduler.php
6094
0644
edit
dl
rm
Featured_Events.php
1797
0644
edit
dl
rm
Front_Page_View.php
10104
0644
edit
dl
rm
Gutenberg.php
3346
0644
edit
dl
rm
I18n.php
10753
0644
edit
dl
rm
iCal.php
27052
0644
edit
dl
rm
Ignored_Events.php
32233
0644
edit
dl
rm
Linked_Posts.php
44838
0644
edit
dl
rm
List_Widget.php
7823
0644
edit
dl
rm
Main.php
201687
0644
edit
dl
rm
Options_Exception.php
890
0644
edit
dl
rm
Organizer.php
23282
0644
edit
dl
rm
Plugin_Register.php
676
0644
edit
dl
rm
Post_Exception.php
859
0644
edit
dl
rm
Privacy.php
1341
0644
edit
dl
rm
Query.php
56057
0644
edit
dl
rm
Recurring_Event_Cleanup.php
2180
0644
edit
dl
rm
Rewrite.php
31038
0644
edit
dl
rm
Templates.php
24618
0644
edit
dl
rm
Template_Factory.php
18215
0644
edit
dl
rm
Timezones.php
6516
0644
edit
dl
rm
Updater.php
9696
0644
edit
dl
rm
Venue.php
24244
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/the-events-calendar/src/Tribe/Gutenberg.php
(3346B)
<?php _deprecated_file( __FILE__, '5.14.0', 'Tribe__Editor' ); class Tribe__Events__Gutenberg { /** * Extension hooks and initialization; exits if the extension is not authorized by Tribe Common to run. * * @since 4.6.13 * * @deprecated 5.14.0 */ public function hook() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor instead.' ); // Bail if we already have the extension if ( $this->is_extension_active() ) { return; } // Bail if Gutenberg is not active if ( ! tribe( 'editor' )->should_load_blocks() ) { return; } } /** * Checks if we have The Events Calendar Gutenberg Extension active * * @since 4.6.13 * * @deprecated 5.14.0 * * @return boolean */ public function is_extension_active() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor functionality instead.' ); return class_exists( 'Tribe__Gutenberg__Plugin' ); } /** * Checks if we have Gutenberg Project online, only useful while * its a external plugin * * @todo Revise when Gutenberg is merged into core * * @since 4.6.13 * * @deprecated 5.14.0 * * @return boolean */ public function is_gutenberg_active() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor instead.' ); return function_exists( 'the_gutenberg_project' ); } /** * Checks if we have Editor Block active * * @since 4.6.13 * * @deprecated 5.14.0 * * @return boolean */ public function is_blocks_editor_active() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor functionality instead.' ); return function_exists( 'register_block_type' ) && function_exists( 'unregister_block_type' ); } /** * Checks if we should display Event Metabox fields * * Currently only used for fields that we want to hide because they * already have a block to replace. * * @since 4.6.25 * * @deprecated 5.14.0 * * @return boolean */ public function should_display() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor instead.' ); // Hide when all of these three are active return ! ( tribe( 'editor' )->should_load_blocks() ); } /** * Checks if we are on the classic editor page * * @since 4.6.26 * * @return boolean */ public function is_classic_editor_page() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor functionality instead.' ); $on_classic_editor_page = tribe_get_request_var( 'classic-editor', false ); // Bail if in classic editor if ( '' === $on_classic_editor_page || $on_classic_editor_page ) { return true; } return false; } /** * HTML for the notice from Gutenberg Extension download * * @since 4.6.13 * * @deprecated 5.14.0 * * @return string */ public function notice() { _deprecated_function( __METHOD__, '5.14.0', 'Use Tribe__Editor instead.' ); if ( ! current_user_can( 'activate_plugins' ) ) { return false; } $url = 'http://evnt.is/19zc'; $link = sprintf( '<a href="%1$s" target="_blank">%2$s</a>', esc_url( $url ), esc_html__( 'Download our Events Gutenberg extension and start using the block editor on your events!', 'the-events-calendar' ) ); $text = __( 'Looks like you are using Gutenberg on this WordPress installation. %1$s', 'the-events-calendar' ); return sprintf( $text, $link ); } }
Save
cmd:
run