| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/plugins/instant-images/ |
| Current File : /home/eglisebaa/www/wp-content/plugins/instant-images/uninstall.php |
<?php
/**
* Uninstall Instant Images.
*
* Deletes all the plugin data.
* 1. Plugin options/settings.
*
* @since 4.5
* @package InstantImages
*/
// Exit if accessed directly.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
// Delete options.
delete_option( 'instant_img_settings' );
delete_option( 'instant_img_api_settings' );