Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
summer
/
wp-content
/
plugins
/
tabby-responsive-tabs
📤 Upload
📝 New File
📁 New Folder
Close
Editing: uninstall.php
<?php if ( ! defined( 'ABSPATH' ) ) exit(); /** * Remove the Options used by the plugin * */ if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit(); cc_remove_tabby_settings(); function cc_remove_tabby_settings() { delete_option( 'cc_tabby_default_styles' ); delete_option( 'cc_tabby_tab_title_element' ); delete_option( 'cc_tabby_fa_icon_style' ); }
Save
Cancel