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: ''


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.