Browse: Home / Classes / LearnDash_Settings_Section_Emails_List /

LearnDash_Settings_Section_Emails_List::should_show_settings_section

LearnDash_Settings_Section_Emails_List::should_show_settings_section( bool $show_section,  string $section_key,  string $settings_screen_id )

Function to check if section should be shown.


Description #

Called from filter learndash_show_section to check if the section should be shown on page. This is called just before the add_meta_box() function.


Parameters #

$show_section

(bool) (Required) Default is true.

$section_key

(string) (Required) The settings section key to be shown.

$settings_screen_id

(string) (Required) The settings Screen ID.


Source #

File: includes/settings/settings-sections/class-ld-settings-section-emails-list.php


Changelog #

Changelog
Version Description
3.6.0 Introduced.