/
home
/
techb158
/
primomovers.ca
/
wp-content
/
plugins
/
polylang-pro
/
integrations
/
events-calendar
/
/home/techb158/primomovers.ca/wp-content/plugins/polylang-pro/integrations/events-calendar
mkdir
upload
Name
Size
Mode
Actions
load.php
307
0644
edit
dl
rm
tec.php
40135
0644
edit
dl
rm
Edit:
/home/techb158/primomovers.ca/wp-content/plugins/polylang-pro/integrations/events-calendar/load.php
(307B)
<?php /** * @package Polylang-Pro */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. } add_action( 'plugins_loaded', function () { if ( defined( 'TRIBE_EVENTS_FILE' ) ) { add_action( 'pll_init', array( PLL_Integrations::instance()->tec = new PLL_TEC(), 'init' ) ); } }, 0 );
Save
tec = new PLL_TEC(), 'init' ) ); } }, 0 );