Automattic\WooCommerce\Blocks\BlockTypes

PriceFilter{}WC 1.0

PriceFilter class.

No Hooks.

Usage

$PriceFilter = new PriceFilter();
// use class methods

Methods

No Methods in class.

PriceFilter{} code WC 8.7.0

class PriceFilter extends AbstractBlock {

	/**
	 * Block name.
	 *
	 * @var string
	 */
	protected $block_name     = 'price-filter';
	const MIN_PRICE_QUERY_VAR = 'min_price';
	const MAX_PRICE_QUERY_VAR = 'max_price';
}