Bricks extends Theme_Integration implements Registerable
Storefront Theme Integration.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $template : string
- The name of the current template.
- register() : void
- Register the integration.
- theme_is_enabled() : bool
- Check if the theme is enabled.
Properties
$template
The name of the current template.
public
string
$template
= 'bricks'
Use wp_get_theme to get it.
Methods
register()
Register the integration.
public
register() : void
Return values
void —theme_is_enabled()
Check if the theme is enabled.
public
theme_is_enabled() : bool