HEX
Server: Apache
System: Linux srv3.designthinguk.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: lpenergy (1163)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/lpenergy/public_html/wp-content/plugins/svg-support/uninstall.php
<?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 plugin options
    delete_option( 'bodhi_svgs_plugin_version' );
    delete_option( 'bodhi_svgs_settings' );
    
    // Delete all post meta related to SVG Support
    global $wpdb;
    $wpdb->delete($wpdb->postmeta, array('meta_key' => 'inline_featured_image'));
}