wp_get_installed_translations
wp_get_installed_translations ( $type )
Parameters:- (string) type What to search for. Accepts 'plugins', 'themes', 'core'.
Returns:- (array) Array of language data.
Defined at: - Introduced in WordPress: 3.7.0
- Deprecated in WordPress: —
Description
Gets installed translations.Looks in the wp-content/languages directory for translations of
plugins or themes.