Current Path : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/dynamic-to-top/ |
Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/dynamic-to-top/uninstall.php |
<?php /** * Dynamic To Top Uninstall * * @package Dynamic To Top * @subpackage Uninstall * @author Matt Varone */ // If uninstall not called from WordPress exit if( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit(); // Delete option from options table delete_option( 'dynamic_to_top' ); delete_transient( 'dynamic_to_top_transient_css' );