woocommerce_brands_list_locale, en_US.UTF-8
woocommerce_brands_list_locale, en_US.UTF-8
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_brands_list_locale, en_US.UTF-8') is found 1 times:
- /includes/class-wc-brands.php line 635
$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 ) {