blogid; // Get all blog ids $blogids = $wpdb->get_col ( "SELECT blog_id FROM $wpdb->blogs" ); foreach ( $blogids as $blog_id ) { switch_to_blog ( $blog_id ); smart_excerpt_remove_configuration_variables (); } switch_to_blog ( $old_blog ); return; } smart_excerpt_remove_configuration_variables (); } // End smart_excerpt_deactivePlugin if (WP_UNINSTALL_PLUGIN) { smart_excerpt_deactivePlugin (); } ?>