Browse: Home / Hooks /

learndash_show_section

apply_filters( 'learndash_show_section',  boolean $show_section,  string $settings_section_key,  string $settings_screen_id )

Filters whether to show settings section.


Description #


Parameters #

$show_section

(boolean) Whether to show settings metabox.

$settings_section_key

(string) Settings section key.

$settings_screen_id

(string) Settings screen ID.


Source #

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


Changelog #

Changelog
Version Description
3.6.0 Introduced.