Your IP : 216.73.217.154


Current Path : /home/ereika83/www/wp-content/plugins/tabby-responsive-tabs/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/tabby-responsive-tabs/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' );
}