Elementor_Module
Bootstraps the Elementor widget(s) when Elementor is active.
Namespace: WebberZone\Contextual_Related_Posts\Pro\Builders\Elementor
Since: 4.4.0
Source: includes/pro/builders/elementor/class-elementor-module.php line 21
Methods
__construct()
Constructor.
Line: 36
public function __construct( );
is_active() static
Whether Elementor is loaded and ready to register widgets.
Since: 4.4.0
Line: 51
static public function is_active( ): bool;
Returns: bool
register_category()
Register the “WebberZone” widget category.
Since: 4.4.0
Line: 62
public function register_category( $elements_manager ): void;
| Type | Name | Description |
|---|---|---|
\Elementor\Elements_Manager |
$elements_manager |
Elementor elements manager. |
Returns: void
register_widgets()
Register all Elementor widgets provided by CRP.
Since: 4.4.0
Line: 79
public function register_widgets( $widgets_manager ): void;
| Type | Name | Description |
|---|---|---|
\Elementor\Widgets_Manager |
$widgets_manager |
Elementor widgets manager. |
Returns: void