Save admin fields.
Description
Loops though the everest-forms options array and outputs each field.
Parameters
$optionsarrayrequired- Options array to output.
$dataarrayoptional- Data to use for saving. Defaults to $_POST.
Default:
null
Hooks
- apply_filters( ‘everest_forms_admin_settings_sanitize_option’ )
Sanitize the value of an option.
- apply_filters( “everest_forms_admin_settings_sanitize_option_{$option_name}” )
Sanitize the value of an option by option name.
- do_action( ‘everest_forms_update_option’ )
Fire an action before saved.