Recent

Elementor_ModuleclassPro only

Elementor_Module

Bootstraps the Top 10 widget when Elementor is active.

Namespace: WebberZone\Top_Ten\Pro\Builders\Elementor
Since: 4.5.0
Source: includes/pro/builders/elementor/class-elementor-module.php line 21

Methods

__construct()

Constructor.

Line: 35

public function __construct(  );

is_active() static

Whether Elementor is loaded and ready to register widgets.

Since: 4.5.0
Line: 47

static public function is_active(  ): bool;

Returns: bool

register_category()

Register the WebberZone widget category.

Since: 4.5.0
Line: 58

public function register_category( $elements_manager ): void;
Type Name Description
\Elementor\Elements_Manager $elements_manager Elementor elements manager.

Returns: void

register_widgets()

Register Top 10 Elementor widgets.

Since: 4.5.0
Line: 75

public function register_widgets( $widgets_manager ): void;
Type Name Description
\Elementor\Widgets_Manager $widgets_manager Elementor widgets manager.

Returns: void