woocommerce_brands_list_alphabet
woocommerce_brands_list_alphabet
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_alphabet') is found 1 times:
- /includes/class-wc-brands.php line 567
$product_brands = array(); //phpcs:disable $terms = get_terms( array( 'taxonomy' => 'product_brand', 'hide_empty' => ( $show_empty_brands ? false : true ) ) ); $alphabet = apply_filters( 'woocommerce_brands_list_alphabet', range( 'a', 'z' ) ); $numbers = apply_filters( 'woocommerce_brands_list_numbers', '0-9' ); /** * Check for empty brands and remove them from the list. */ if ( ! $show_empty_brands ) {