Bricks_Module
Bootstraps the Bricks element when the Bricks theme is active.
Namespace: WebberZone\Top_Ten\Pro\Builders\Bricks
Since: 4.5.0
Source: includes/pro/builders/bricks/class-bricks-module.php line 21
Methods
__construct()
Constructor.
Line: 47
public function __construct( );
is_active() static
Whether Bricks is loaded and ready to register elements.
Since: 4.5.0
Line: 59
static public function is_active( ): bool;
Returns: bool
register_elements()
Register Top 10 Bricks elements.
Since: 4.5.0
Line: 68
public function register_elements( ): void;
Returns: void
register_category()
Add the WebberZone element category label.
Since: 4.5.0
Line: 88
public function register_category( $i18n ): array;
| Type | Name | Description |
|---|---|---|
array |
$i18n |
Bricks builder i18n strings. |
Returns: array