Kadence extends Theme_Integration implements Registerable

Kadence 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.
add_custom_css()  : void
Add custom CSS to modify Kadence theme elements.
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 = 'kadence'

Use wp_get_theme to get it.

Methods

add_custom_css()

Add custom CSS to modify Kadence theme elements.

public add_custom_css() : void
Return values
void

register()

Register the integration.

public register() : void
Return values
void

theme_is_enabled()

Check if the theme is enabled.

public theme_is_enabled() : bool
Return values
bool

Search results