golden hour
/var/www/html/wp-content/plugins/the-events-calendar
⬆️ Go Up
Upload
File/Folder
Size
Actions
common
-
Del
OK
lang
-
Del
OK
license.txt
15.8 KB
Del
OK
readme.txt
184.1 KB
Del
OK
src
-
Del
OK
the-events-calendar.php
2.5 KB
Del
OK
uninstall.php
474 B
Del
OK
vendor
-
Del
OK
Edit: uninstall.php
<?php if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die; } require __DIR__ . '/common/vendor/freemius/start.php'; $tec_freemius = fs_dynamic_init( [ 'id' => '3069', 'slug' => 'the-events-calendar', 'public_key' => 'pk_e32061abc28cfedf231f3e5c4e626', 'is_premium' => false, 'has_addons' => false, 'has_paid_plans' => false, ] ); define( 'WP_FS__UNINSTALL_MODE', true ); $tec_freemius->_uninstall_plugin_event(); $tec_freemius->do_action( 'after_uninstall' );
Save