Browse: Home / Classes / LearnDash_Theme_Settings_Section /

LearnDash_Theme_Settings_Section::learndash_show_metabox

LearnDash_Theme_Settings_Section::learndash_show_metabox( bool $show_metabox = true,  string $metabox_key = '',  string $settings_screen_id = '' )

Show theme metabox


Description #


Parameters #

$show_metabox

(bool) (Optional) True to show metabox.

Default value: true

$metabox_key

(string) (Optional) Metabox key.

Default value: ''

$settings_screen_id

(string) (Optional) Screen ID.

Default value: ''


Source #

File: includes/settings/class-ld-theme-settings-sections.php


Changelog #

Changelog
Version Description
3.3.0 Introduced.