PHP Class WC_Widget_Layered_Nav_Filters

Inheritance: extends WP_Widget
Show file Open project: woocommerce/woocommerce Class Usage Examples

Public Methods

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

Protected Methods

Method Description
get_page_base_url ( ) : string Get current page URL for layered nav items.

Method Details

__construct() public method

Constructor.
public __construct ( )

get_page_base_url() protected method

Get current page URL for layered nav items.
protected get_page_base_url ( ) : string
return string

widget() public method

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