File "uninstall.php"

Full Path: /home/vantageo/public_html/wp-admin-20240915120854/wp-includes-20240915121038/IXR/plugins/svg-support/uninstall.php
File size: 346 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

$bodhi_options_on_deletion = get_option( 'bodhi_svgs_settings' );

if ( isset($bodhi_options_on_deletion[ 'del_plugin_data' ]) && $bodhi_options_on_deletion[ 'del_plugin_data' ] === 'on' ) {
    delete_option( 'bodhi_svgs_plugin_version' );
    delete_option( 'bodhi_svgs_settings' );
}