Avada extends Theme_Integration implements Registerable
Avada Theme Integration.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $template : string
- The name of the current template.
- enqueue_styles() : void
- Enqueue CSS styles.
- map_element() : void
- Map the custom element.
- register() : void
- Register the integration.
- register_custom_element() : void
- Register the custom element.
- theme_is_enabled() : bool
- Check if the theme is enabled.
Properties
$template
The name of the current template.
public
string
$template
= 'Avada'
Use wp_get_theme to get it.
Methods
enqueue_styles()
Enqueue CSS styles.
public
enqueue_styles() : void
Return values
void —map_element()
Map the custom element.
public
map_element() : void
Return values
void —register()
Register the integration.
public
register() : void
Return values
void —register_custom_element()
Register the custom element.
public
register_custom_element() : void
Return values
void —theme_is_enabled()
Check if the theme is enabled.
public
theme_is_enabled() : bool