switch_theme
add_action("switch_theme", "a");
function a(){
global $wpdb;
$sql = "DROP TABLE wp_tesaja";
$wpdb->query($sql);
}Last updated
add_action("switch_theme", "a");
function a(){
global $wpdb;
$sql = "DROP TABLE wp_tesaja";
$wpdb->query($sql);
}Last updated