Elementor_Filters_Group extends Widget_Base
Elementor Filters Group.
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.
- render_editor_notice() : void
- Render a notice when in Elementor editor mode.
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 —render_editor_notice()
Render a notice when in Elementor editor mode.
private
render_editor_notice() : void