Elementor_Product_List extends Widget_Base

Elementor Widget.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

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_keywords()

Get the widget keywords.

public get_keywords() : array<string|int, mixed>
Return values
array<string|int, mixed>

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.

Search results