run(); /** Activation and Deactivation */ add_action('admin_init', function(){ global $pagenow; if ( is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" ) { delete_option( 'bingopress_config' ); } });