woocommerce_attribute_taxonomy_filter_threshold

woocommerce_attribute_taxonomy_filter_threshold

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.7.7.1

apply_filters('woocommerce_attribute_taxonomy_filter_threshold') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-attributes.php line 68

    *
    * @since 7.0.0
    * @param number $threshold The threshold for showing the simple dropdown.
    */
    if ( count( $attribute_taxonomies ) <= apply_filters( 'woocommerce_attribute_taxonomy_filter_threshold', 20 ) ) : ?>