Browse: Home / Classes / LearnDash_Theme_Register /

LearnDash_Theme_Register::register_theme_settings_section

LearnDash_Theme_Register::register_theme_settings_section( string $theme_key,  string $section_key,  object $section_instance )

Utility function to register/associate a settings section/metabox with a theme.


Description #


Parameters #

$theme_key

(string) (Required) Key/Slug for theme to check.

$section_key

(string) (Required) Key for Settings Section.

$section_instance

(object) (Required) Instance of settings section.


Source #

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


Changelog #

Changelog
Version Description
3.0.0 Introduced.