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

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


Description Description


Parameters Parameters

$theme_key

(Required) Key/Slug for theme to check.

$section_ket

(Required) Key for Settincs Section.

$section_instance

(Required) Instance of settings section.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.