WPBakery_Module
Bootstraps the Top 10 element when WPBakery is active.
Namespace: WebberZone\Top_Ten\Pro\Builders\WPBakery
Since: 4.5.0
Source: includes/pro/builders/wpbakery/class-wpbakery-module.php line 21
Methods
__construct()
Constructor.
Line: 35
public function __construct( );
is_active() static
Whether WPBakery is loaded and ready to register elements.
Since: 4.5.0
Line: 46
static public function is_active( ): bool;
Returns: bool
register_elements()
Register Top 10 WPBakery elements.
Since: 4.5.0
Line: 55
public function register_elements( ): void;
Returns: void