Browse: Home / Classes / LearnDash_Theme_Register /

LearnDash_Theme_Register::get_theme_instance

LearnDash_Theme_Register::get_theme_instance( string $theme_key = '' )

Get theme instance by key


Description #


Parameters #

$theme_key

(string) (Optional) Key to unique theme instance.

Default value: ''


Return #

(object|null) instance of theme if present.


Source #

File: themes/class-ld-themes-register.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.