woocommerce_attribute_taxonomy_filter_threshold
woocommerce_attribute_taxonomy_filter_threshold
Appears in: woocommerce.7.1.0, woocommerce.7.1.1, woocommerce.7.2.2, woocommerce.7.3.0, woocommerce.7.4.0, woocommerce.7.4.1, woocommerce.7.5.1, woocommerce.7.6.0, woocommerce.7.6.1, woocommerce.7.7.0, woocommerce.7.7.1
Hook Type: filter
Displaying hooks found in version: woocommerce.7.7.1apply_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 ) ) : ?>