PHP Class WC_Widget_Price_Filter

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

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
widget ( array $args, array $instance ) Output widget.

Méthodes protégées

Méthode Description
get_filtered_price ( ) : integer Get filtered min price for current products.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

get_filtered_price() protected méthode

Get filtered min price for current products.
protected get_filtered_price ( ) : integer
Résultat integer

widget() public méthode

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