LearnDash_Theme_Register::get_theme_instance( string $theme_key = '' )
Get theme instance by key
Description Description
Parameters Parameters
- $theme_key
-
(Optional) Key to unique theme instance.
Default value: ''
Return Return
(object) instance of theme if present.
Source Source
File: themes/class-ld-themes-register.php
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |