Bricks_Filters_Group extends Element

Bricks Filters Group Element.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

$category  : string
Element category.
$icon  : string
Element icon.
$name  : string
Element name.
enqueue_scripts()  : void
Dequeue scripts when in builder.
get_label()  : string
Get element label.
render()  : void
Render element HTML.
set_control_groups()  : void
Set control groups.
set_controls()  : void
Set builder controls.

Properties

Methods

enqueue_scripts()

Dequeue scripts when in builder.

public enqueue_scripts() : void

This is needed so that the scripts are not loaded when the element is used in the builder because we need to display a message to the user that the preview is not available in the builder.

Return values
void

set_control_groups()

Set control groups.

public set_control_groups() : void
Return values
void

set_controls()

Set builder controls.

public set_controls() : void
Return values
void

Search results