WC_Product_Table_Widget
extends WC_Widget
in package
Abstract widget class extended by the Product Table widgets.
Tags
Table of Contents
- __construct() : mixed
- body_class() : mixed
- is_table_on_page() : mixed
- unescape_commas() : mixed
- get_current_taxonomy() : string
- Return the currently viewed taxonomy name.
- get_current_term_id() : int
- Return the currently viewed term ID.
- get_current_term_slug() : int
- Return the currently viewed term slug.
- get_main_meta_query() : mixed
- get_main_tax_query() : mixed
Methods
__construct()
public
__construct() : mixed
Return values
mixed —body_class()
public
static body_class(mixed $classes) : mixed
Parameters
- $classes : mixed
Return values
mixed —is_table_on_page()
public
static is_table_on_page() : mixed
Tags
Return values
mixed —unescape_commas()
public
static unescape_commas(mixed $link) : mixed
Parameters
- $link : mixed
Return values
mixed —get_current_taxonomy()
Return the currently viewed taxonomy name.
protected
get_current_taxonomy() : string
Return values
string —get_current_term_id()
Return the currently viewed term ID.
protected
get_current_term_id() : int
Return values
int —get_current_term_slug()
Return the currently viewed term slug.
protected
get_current_term_slug() : int
Return values
int —get_main_meta_query()
protected
static get_main_meta_query() : mixed
Return values
mixed —get_main_tax_query()
protected
static get_main_tax_query() : mixed