pre_determine_locale, null

pre_determine_locale, null

Hook Type: filter

See hook in core

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

apply_filters('pre_determine_locale, null') is found 1 times:

  • /includes/l10n.php line 32
    		 * @since 5.0.0
    		 *
    		 * @param string|null The locale to return and short-circuit, or null as default.
    		 */
    		$determined_locale = apply_filters( 'pre_determine_locale', null );
    		if ( ! empty( $determined_locale ) && is_string( $determined_locale ) ) {
    			return $determined_locale;
    		}
    
    		$determined_locale = get_locale();