PluginProbe
Theme Switcha – Easily Switch Themes for Development and Testing / 3.4.5
Theme Switcha – Easily Switch Themes for Development and Testing v3.4.5
3.4.5 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.3.1 3.3.2 All 33 releases
theme-switcha / uninstall.php

uninstall.php in Theme Switcha – Easily Switch Themes for Development and Testing 3.4.5, at uninstall.php

6 lines 190 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php // Uninstall Remove Options
2
3 if (!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) exit();
4
5 delete_option('theme_switcha_options');
6 delete_option('theme-switcha-dismiss-notice');