Themes implements Service
Adds theme-specific integration
Tags
Interfaces, Classes and Traits
- Service
- Marker interface to denote a service.
Table of Contents
- $settings : mixed
- $theme : mixed
- __construct() : mixed
- Constructor
- elementor_compatibility() : mixed
- register_theme_hooks() : void
- Provides theme specific integration for various themes
Properties
$settings
private
mixed
$settings
$theme
private
mixed
$theme
Methods
__construct()
Constructor
public
__construct() : mixed
Return values
mixed —elementor_compatibility()
public
elementor_compatibility(mixed $should_load) : mixed
Parameters
- $should_load : mixed
Return values
mixed —register_theme_hooks()
Provides theme specific integration for various themes
public
register_theme_hooks() : void