| @@ -252,15 +252,9 @@ | ||
| 252 | 252 | /** |
| 253 | 253 | * Get all translations for all languages |
| 254 | 254 | */ |
| 255 | 255 | |
| 256 | - $translations_all_languages = get_option( 'wplng_cached_translations' ); | |
| 257 | - | |
| 258 | - if ( empty( $translations_all_languages ) | |
| 259 | - || ! is_array( $translations_all_languages ) | |
| 260 | - ) { | |
| 261 | - $translations_all_languages = wplng_get_translations_from_query(); | |
| 262 | - } | |
| 256 | + $translations_all_languages = wplng_get_translations(); | |
| 263 | 257 | |
| 264 | 258 | /** |
| 265 | 259 | * Get unknow texts & Separate page translations |
| 266 | 260 | */ |