woocommerce_brands_list_locale

woocommerce_brands_list_locale

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_brands_list_locale') is found 1 times:

  • /includes/class-wc-brands.php line 582
    			$term_letter = $this->get_brand_name_first_character( $term->name );
    
    			// Allow a locale to be set for ctype_alpha().
    			if ( has_filter( 'woocommerce_brands_list_locale' ) ) {
    				setLocale( LC_CTYPE, apply_filters( 'woocommerce_brands_list_locale', 'en_US.UTF-8' ) );
    			}
    
    			if ( ctype_alpha( $term_letter ) ) {
    
    				foreach ( $alphabet as $i ) {
    					if ( $i == $term_letter ) {