X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/svg-support
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
svg-support
/
??
..
??
README.md
(4.04 KB)
??
admin
??
composer.json
(1.24 KB)
??
config.codekit3
(79.99 KB)
??
css
??
functions
??
includes
??
integrations
??
js
??
languages
??
readme.txt
(28.09 KB)
??
scss
??
svg-support.php
(6.07 KB)
??
svg-support.png
(37.32 KB)
??
uninstall.php
(531 B)
??
vendor
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')); }
Upload File
Create Folder