📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 06:53:15
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
svg-support
✏️
Editing: 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')); }
💾 Save Changes
❌ Cancel