golden hour
/home/godaofbq/dev.oxygenhealthsystems.com/wp-content/plugins/shopping-feed-for-google
⬆️ Go Up
Upload
File/Folder
Size
Actions
assets
-
Del
OK
classes
-
Del
OK
config
-
Del
OK
helpers
-
Del
OK
js
-
Del
OK
readme.txt
23.45 KB
Del
OK
shopping-feed-for-google.php
5.63 KB
Del
OK
uninstall.php
536 B
Del
OK
views
-
Del
OK
Edit: uninstall.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } require plugin_dir_path( __FILE__ ) . 'config/const.php'; require plugin_dir_path( __FILE__ ) . 'helpers/helper.php'; require plugin_dir_path( __FILE__ ) . 'classes/class-wp-gsf-http-client.php'; $parameters = array( 'app_status' => 0 ); //Update Plugin Status $client = new WP_GSF_HttpClient(); $client->callAPI("uninstall-plugin_status",$parameters);
Save