LearnDash_Settings_Section::section_update_option( array $old_value = '', array $value = '', string $section_key = '' )
Called AFTER section settings are update.
Description Description
Parameters Parameters
- $value
-
(Optional) Array of section fields values.
Default value: ''
- $old_value
-
(Optional) Array of old values.
Default value: ''
- $section_key
-
(Optional) Section option key should match $this->setting_option_key.
Default value: ''
Source Source
File: includes/settings/class-ld-settings-sections.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |