Breakdance extends Plugin_Integration implements Registerable
Breakdance Page Builder Integration.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $plugin_class : string
- The main plugin class to check for existence.
- $plugin_function : string
- The main plugin function to check for existence.
- enqueue_styles() : void
- Enqueue CSS styles for Breakdance integration.
- plugin_is_enabled() : bool
- Check if the plugin is enabled.
- register() : void
- Register the integration.
Properties
$plugin_class
The main plugin class to check for existence.
protected
string
$plugin_class
= ''
$plugin_function
The main plugin function to check for existence.
protected
string
$plugin_function
= ''
Methods
enqueue_styles()
Enqueue CSS styles for Breakdance integration.
public
enqueue_styles() : void
Return values
void —plugin_is_enabled()
Check if the plugin is enabled.
public
plugin_is_enabled() : bool
Return values
bool —register()
Register the integration.
public
register() : void