LearnDash_Theme_Settings_Section::learndash_show_metabox( boolean $show_metabox = true, string $metabox_key = '', string $settings_screen_id = '' )
Show theme metabox
Description Description
Parameters Parameters
- $show_metabox
-
(Optional) True to show metabox
Default value: true
- $metabox_key
-
(Optional) Metabox key
Default value: ''
- $settings_screen_id
-
(Optional) Screen ID
Default value: ''
Source Source
File: includes/settings/class-ld-theme-settings-sections.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |