403Webshell
Server IP : 172.24.0.40  /  Your IP : 216.73.216.239
Web Server : Apache
System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64
User : apache ( 48)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/pjahs/public_html/wp-content/plugins/ninja-forms/includes/Config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pjahs/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSaveSettings.php
<?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
        )
    ),
));


Youez - 2016 - github.com/yon3zu
LinuXploit