learndash_is_active_theme learndash_is_active_theme( string $theme_key = '' ) Checks if a theme_key is the active theme. ContentsDescription Parameters Return Source Changelog Related Uses Used By Description # Parameters # $theme_key (string) (Optional) Key/Slug for the theme to check. Default value: '' Return # (boolean) true if theme_key is the active theme, otherwise false. Source # File: themes/class-ld-themes-register.php Changelog # Changelog Version Description 3.0.0 Introduced. Related # Uses # Uses Uses Description themes/class-ld-themes-register.php: LearnDash_Theme_Register::get_active_theme_key () Get the Slug of the current active theme. Used By # Used By Used By Description includes/group/ld-groups-membership.php: LD_Groups_Membership::get_access_denied_message () Get Group Membership access denied message.
Uses # Uses Uses Description themes/class-ld-themes-register.php: LearnDash_Theme_Register::get_active_theme_key () Get the Slug of the current active theme.
Used By # Used By Used By Description includes/group/ld-groups-membership.php: LD_Groups_Membership::get_access_denied_message () Get Group Membership access denied message.