<?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' );