PHP Class WC_Widget_Price_Filter

Generates a range slider to filter products by price.
Author: WooThemes
Inheritance: extends WC_Widget
Show file Open project: woocommerce/woocommerce

Public Methods

Method Description
__construct ( ) Constructor.
widget ( array $args, array $instance ) Output widget.

Protected Methods

Method Description
get_filtered_price ( ) : integer Get filtered min price for current products.

Method Details

__construct() public method

Constructor.
public __construct ( )

get_filtered_price() protected method

Get filtered min price for current products.
protected get_filtered_price ( ) : integer
return integer

widget() public method

Output widget.
See also: WP_Widget
public widget ( array $args, array $instance )
$args array
$instance array