learndash_section_fields_before
Action Hook: Fires before settings section fields.
learndash_section_fields_before Read More »
@package: LearnDash / Settings / Sections
Source Files: includes/settings/class-ld-settings-sections.php
Action Hook: Fires before settings section fields.
learndash_section_fields_before Read More »
Method: Initialize self
LearnDash_Settings_Section::init Read More »
Action Hook: Fires after the settings section fields.
learndash_section_fields_after Read More »
Method: Load the section settings values.
LearnDash_Settings_Section::load_settings_values Read More »
Action Hook: Fires before settings section reset link.
learndash_section_reset_before Read More »
Method: Load the section settings fields.
LearnDash_Settings_Section::load_settings_fields Read More »
Action Hook: Fires after settings section reset link.
learndash_section_reset_after Read More »
Method: Save Section Settings values
LearnDash_Settings_Section::save_settings_values Read More »
Action Hook: Fires after settings sections.
learndash_section_after Read More »
Method: Initialize the Settings page.
LearnDash_Settings_Section::settings_page_init Read More »
Method: Show Settings Section Fields.
LearnDash_Settings_Section::show_settings_section_fields Read More »
Method: Show Settings Section Description
LearnDash_Settings_Section::show_settings_section_description Read More »
Method: This validation function is set via the call to ‘register_setting’ and will be called for each section.
LearnDash_Settings_Section::settings_section_fields_validate Read More »
Method: Output Settings Section nonce field.
LearnDash_Settings_Section::show_settings_section_nonce_field Read More »
Method: Static function to get section setting.
LearnDash_Settings_Section::get_setting Read More »
Method: Intercept the WP options save logic and check that we have a valid nonce.
LearnDash_Settings_Section::section_pre_update_option Read More »
Method: Static function to get all section settings.
LearnDash_Settings_Section::get_settings_all Read More »
Method: Called AFTER section settings are update.
LearnDash_Settings_Section::section_update_option Read More »
Method: Static function to get section to get option label.
LearnDash_Settings_Section::get_setting_select_option_label Read More »
Method: Verify Settings Section nonce field POST value.
LearnDash_Settings_Section::verify_metabox_nonce_field Read More »