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