| @@ -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(); |