acf/get_locale
acf/get_locale
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/get_locale') is found 1 times:
- /includes/l10n.php line 918788899091929394959697
* @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().