woocommerce_product_filters, $output

woocommerce_product_filters, $output

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_filters, $output') is found 1 times:

  • /includes/admin/list-tables/class-wc-admin-list-table-products.php line 422
    			call_user_func( $filter_callback );
    		}
    		$output = ob_get_clean();
    
    		echo apply_filters( 'woocommerce_product_filters', $output ); // WPCS: XSS ok.
    	}
    
    	/**
    	 * Render the product category filter for the list table.
    	 *
    	 * @since 3.5.0