Browse: Home / Classes / LearnDash_Settings_Section /

LearnDash_Settings_Section::get_setting

LearnDash_Settings_Section::get_setting( string $field_key = '',  mixed $default_return = '' )

Static function to get section setting.


Description #


Parameters #

$field_key

(string) (Optional) Section field key.

Default value: ''

$default_return

(mixed) (Optional) Default value if field not found.

Default value: ''


Source #

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


Changelog #

Changelog
Version Description
2.4.0 Introduced.