Astra extends Theme_Integration implements Registerable

Astra Theme Integration.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable

Table of Contents

$template  : string
The name of the current template.
register()  : void
Register the integration.
setup_astra_woo()  : void
Setup Astra WooCommerce customizations.
theme_is_enabled()  : bool
Check if the theme is enabled.

Properties

$template

The name of the current template.

public string $template = 'astra'

Use wp_get_theme to get it.

Methods

register()

Register the integration.

public register() : void
Return values
void

setup_astra_woo()

Setup Astra WooCommerce customizations.

public setup_astra_woo() : void
Return values
void

theme_is_enabled()

Check if the theme is enabled.

public theme_is_enabled() : bool
Return values
bool

Search results