PluginProbe
Polylang / 3.7.7
Polylang v3.7.7
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | uninstall.php +1 -2 3.8.53.7.7 View file →
@@ -182,12 +182,11 @@
182 182 delete_option( 'polylang_wpml_strings' ); // Strings registered with icl_register_string.
183 183 delete_option( 'polylang_licenses' );
184 184 delete_option( 'pll_dismissed_notices' );
185 185 delete_option( 'pll_language_from_content_available' );
186 - delete_option( 'pll_language_taxonomies' );
187 186
188 187 // Delete transients.
189 - delete_option( '_transient_pll_languages_list' ); // Force deletion of the transient from the options table even in case external object cache is used.
188 + delete_transient( 'pll_languages_list' );
190 189 }
191 190 }
192 191
193 192 new PLL_Uninstall();