LearnDash_Settings_Section_Groups_Group_Leader_User::section_pre_update_option( $new_values = '', $old_values = '', $setting_option_key = '' )
Intercept the WP options save logic and check that we have a valid nonce.
Description Description
Parameters Parameters
- $value
-
(Required) Array of section fields values.
- $old_value
-
(Required) Array of old values.
- $section_key
-
(Required) Section option key should match $this->setting_option_key.
Source Source
File: includes/settings/settings-sections/class-ld-settings-section-groups-group-leader-user.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |