Browse: Home / Classes / LearnDash_Settings_Section /

LearnDash_Settings_Section::set_section_setting

LearnDash_Settings_Section::set_section_setting( string $section = '',  string $field_key = '',  mixed $new_value = '' )

Static function to set a Section Setting value.


Description #


Parameters #

$section

(string) (Optional) Settings Section.

Default value: ''

$field_key

(string) (Optional) Settings Section field key.

Default value: ''

$new_value

(mixed) (Optional) new value for field.

Default value: ''


Source #

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


Changelog #

Changelog
Version Description
2.5.0 Introduced.