acf/get_locale
acf/get_locale
Appears in: advanced-custom-fields.6.2.0
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.0apply_filters('acf/get_locale') is found 1 times:
- /includes/l10n.php line 938990919293949596979899
* @since 5.7.10
*
* @param string
$locale
The local.
*/
return
apply_filters(
'acf/get_locale'
,
$locale
);
}
/**
* acf_load_textdomain
*
* Loads the plugin's translated strings similar to load_plugin_textdomain().