woocommerce_product_category_filter_threshold

woocommerce_product_category_filter_threshold

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_category_filter_threshold') is found 1 times:

  • /includes/admin/list-tables/class-wc-admin-list-table-products.php line 327
    	 */
    	protected function render_products_category_filter() {
    		$categories_count = (int) wp_count_terms( 'product_cat' );
    
    		if ( $categories_count <= apply_filters( 'woocommerce_product_category_filter_threshold', 100 ) ) {
    			wc_product_dropdown_categories(
    				array(
    					'option_select_text' => __( 'Filter by category', 'woocommerce' ),
    					'hide_empty'         => 0,
    				)
    			);