acf/get_locale

acf/get_locale

Hook Type: filter

See hook in core

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

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

  • /includes/l10n.php line 93
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
         * @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().