__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php


namespace Nextend\Framework\Form\Fieldset;

use Nextend\Framework\Form\AbstractFieldset;
use Nextend\Framework\Sanitize;

class FieldsetHidden extends AbstractFieldset {

    public function __construct($insertAt) {

        parent::__construct($insertAt, '');
    }

    public function renderContainer() {

        if ($this->first) {
            echo '<div class="n2_form_element--hidden">';

            $element = $this->first;
            while ($element) {
                echo wp_kses($this->decorateElement($element), Sanitize::$adminFormTags);

                $element = $element->getNext();
            }

            echo '</div>';
        }
    }

}

Filemanager

Name Type Size Permission Actions
LayerWindow Folder 0775
FieldsetHidden.php File 671 B 0664
FieldsetRow.php File 1.87 KB 0664
FieldsetRowPlain.php File 788 B 0664
FieldsetTableLabel.php File 717 B 0664
FieldsetVisualSet.php File 1.29 KB 0664
Filemanager