PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
ninja-forms
/
includes
/
Config
<?php if ( ! defined( 'ABSPATH' ) ) exit; return apply_filters( 'ninja_forms_action_save_settings', array( /* * To */ 'submitter_email' => array( 'name' => 'submitter_email', 'type' => 'email-select', 'options' => array(), 'group' => 'advanced', 'label' => esc_html__( 'Designated Submitter\'s Email Address', 'ninja-forms' ), 'value' => '', 'help' => esc_html__( 'The email address used in this field will be allowed to make data export and delete requests on behalf of their form submission.', 'ninja-forms' ), ), 'fields_save_toggle' => array( 'name' => 'fields-save-toggle', 'type' => 'button-toggle', 'width' => 'full', 'options' => array( array( 'label' => esc_html__( 'Save All', 'ninja-forms' ), 'value' => 'save_all' ), array( 'label' => esc_html__( 'Save None', 'ninja-forms' ), 'value' => 'save_none' ) ), 'group' => 'advanced', 'label' => esc_html__( 'Fields', 'ninja-forms' ), 'value' => 'save_all', ), /* |-------------------------------------------------------------------------- | Exception Field |-------------------------------------------------------------------------- */ 'exception_fields' => array( 'name' => 'exception_fields', 'type' => 'option-repeater', 'label' => esc_html__( 'Except', 'ninja-forms' ) . ' <a href="#" class="nf-add-new">' . esc_html__( 'Add New', 'ninja-forms' ) . '</a>', 'width' => 'full', 'group' => 'advanced', 'tmpl_row' => 'nf-tmpl-save-field-repeater-row', 'value' => array(), 'columns' => array( 'form_field' => array( 'header' => esc_html__( 'Form Field', 'ninja-forms' ), 'default' => '', 'options' => array(), ), ), ), /* * Set subs to expire. */ 'set_subs_to_expire' => array( 'name' => 'set_subs_to_expire', 'type' => 'toggle', 'group' => 'advanced', 'label' => esc_html__( 'Set Submissions to expire?', 'ninja-forms' ), 'value' => 0, 'help' => esc_html__( 'Sets submissions to be trashes after a certain number of days, it affects all existing and new submissions', 'ninja-forms' ), 'width' => 'one-half', ), /* * Subs expire in? */ 'subs_expire_time' => array( 'name' => 'subs_expire_time', 'type' => 'number', 'group' => 'advanced', 'label' => esc_html__( 'How long in days until subs expire?', 'ninja-forms' ), 'value' => '90', 'min_val' => 1, // new minimum value setting 'max_val' => null, // new maximum value setting 'width' => 'one-half', 'deps' => array( 'set_subs_to_expire' => 1 ) ), ));
[+]
..
[-] ActionAkismetSettings.php
[edit]
[-] ActionCollectPaymentSettings.php
[edit]
[-] ActionCustomSettings.php
[edit]
[-] ActionDeleteDataRequestSettings.php
[edit]
[-] ActionEmailSettings.php
[edit]
[-] ActionExportDataRequestSettings.php
[edit]
[-] ActionGoogleAnalyticsSettings.php
[edit]
[-] ActionRecaptchaV3Settings.php
[edit]
[-] ActionRedirectSettings.php
[edit]
[-] ActionSaveSettings.php
[edit]
[-] ActionSettings.php
[edit]
[-] ActionSuccessMessageSettings.php
[edit]
[-] ActionTypeOrder.php
[edit]
[-] AdminNotices.php
[edit]
[-] AvailableActions.php
[edit]
[-] AvailableFields.php
[edit]
[-] AvailableSettings.php
[edit]
[-] BatchProcesses.php
[edit]
[-] CountryList.php
[edit]
[-] Currency.php
[edit]
[-] CurrencySymbol.php
[edit]
[-] DashboardMenuItems.php
[edit]
[-] DashboardPromotions.php
[edit]
[-] DashboardServices.php
[edit]
[-] Example.php
[edit]
[-] FieldSettings.php
[edit]
[-] FieldTypeSections.php
[edit]
[-] FormActionDefaults.php
[edit]
[-] FormCalculationSettings.php
[edit]
[-] FormDisplaySettings.php
[edit]
[-] FormRestrictionSettings.php
[edit]
[-] FormSettingsTypes.php
[edit]
[-] i18nBuilder.php
[edit]
[-] i18nDashboard.php
[edit]
[-] i18nFrontEnd.php
[edit]
[-] i18nOnboarding.php
[edit]
[-] MergeTagsDeprecated.php
[edit]
[-] MergeTagsFieldsAJAX.php
[edit]
[-] MergeTagsFields.php
[edit]
[-] MergeTagsForm.php
[edit]
[-] MergeTagsOther.php
[edit]
[-] MergeTagsWP.php
[edit]
[-] NewFormTemplates.php
[edit]
[-] PluginSettingsAdvanced.php
[edit]
[-] PluginSettingsDefaults.php
[edit]
[-] PluginSettingsGeneral.php
[edit]
[-] PluginSettingsGroups.php
[edit]
[-] PluginSettingsHcaptcha.php
[edit]
[-] PluginSettingsReCaptcha.php
[edit]
[-] PluginSettingsTurnstile.php
[edit]
[-] RequiredUpdates.php
[edit]
[-] SettingsGroups.php
[edit]
[-] StateList.php
[edit]
[-] VersionCompatibilityCheck.php
[edit]
[-] .htaccess.disabled
[edit]