WPBakery_Module
Bootstraps the WPBakery element(s) when js_composer is active.
Namespace: WebberZone\Contextual_Related_Posts\Pro\Builders\WPBakery
Since: 4.4.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 Page Builder is loaded and ready to register elements.
Since: 4.4.0
Line: 49
static public function is_active( ): bool;
Returns: bool
register_elements()
Register all WPBakery elements provided by CRP.
Since: 4.4.0
Line: 58
public function register_elements( );