get_col( "SELECT blog_id FROM {$wpdb->blogs}" ) as $blog_id ) { switch_to_blog( $blog_id ); $this->uninstall(); } restore_current_blog(); } else { $this->uninstall(); } } /** * Removes ALL plugin data. * * @since 0.4 */ public function uninstall() { // Delete options. delete_option( 'polylang-wc' ); } } new PLLWC_Uninstall();