Avada_Filters_Group extends Fusion_Element
Avada Widget.
Tags
Table of Contents
- __construct() : void
- Initialize the element.
- get_element_defaults() : array<string|int, mixed>
- Gets the default values for the element.
- render() : string
- Render the element.
Methods
__construct()
Initialize the element.
public
__construct() : void
Return values
void —get_element_defaults()
Gets the default values for the element.
public
static get_element_defaults() : array<string|int, mixed>
Return values
array<string|int, mixed> —render()
Render the element.
public
render(array<string|int, mixed> $args[, string $content = '' ]) : string
Parameters
- $args : array<string|int, mixed>
-
The attributes of the element.
- $content : string = ''
-
The content of the element.
Return values
string —The rendered element.