woocommerce_brands_list_locale
woocommerce_brands_list_locale
Appears in: woocommerce.10.0.4, woocommerce.10.1.2, woocommerce.9.4.2, woocommerce.9.4.3, woocommerce.9.5.1, woocommerce.9.5.2, woocommerce.9.7.0, woocommerce.9.7.1, woocommerce.9.8.1, woocommerce.9.8.5, woocommerce.9.9.5
Hook Type: filter
Displaying hooks found in version: woocommerce.9.9.5apply_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 ) {