Elementor_Product_List extends Widget_Base
Elementor Widget.
Tags
Table of Contents
- get_categories() : array<string|int, mixed>
- Get the widget categories.
- get_icon() : string
- Get the widget icon.
- get_keywords() : array<string|int, mixed>
- Get the widget keywords.
- get_name() : string
- Get the widget name.
- get_title() : string
- Get the widget title.
- register_controls() : void
- Register the widget controls.
- render() : void
- Render the widget output on the frontend.
- get_supported_taxonomies() : array<string|int, mixed>
- Get the supported taxonomies by the products shortcode.
- is_supported_taxonomy() : bool
- Check if the given taxonomy is supported by the products shortcode.
Methods
get_categories()
Get the widget categories.
public
get_categories() : array<string|int, mixed>
Return values
array<string|int, mixed> —get_icon()
Get the widget icon.
public
get_icon() : string
Return values
string —get_keywords()
Get the widget keywords.
public
get_keywords() : array<string|int, mixed>
Return values
array<string|int, mixed> —get_name()
Get the widget name.
public
get_name() : string
Return values
string —get_title()
Get the widget title.
public
get_title() : string
Return values
string —register_controls()
Register the widget controls.
protected
register_controls() : void
Return values
void —render()
Render the widget output on the frontend.
protected
render() : void
Return values
void —get_supported_taxonomies()
Get the supported taxonomies by the products shortcode.
private
get_supported_taxonomies() : array<string|int, mixed>
Return values
array<string|int, mixed> —is_supported_taxonomy()
Check if the given taxonomy is supported by the products shortcode.
private
is_supported_taxonomy(string $taxonomy) : bool
Parameters
- $taxonomy : string
-
The taxonomy to check.
Return values
bool —Whether the taxonomy is supported.