acf/get_locale

acf/get_locale

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.7

apply_filters('acf/get_locale') is found 1 times:

  • /includes/l10n.php line 93
    	 * @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().