Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.117.254.202
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/diixadigital.com/wp-content/plugins/meto-plugin/metabox/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/plugins/meto-plugin/metabox/sidebar.php
<?php

return array(
    'id'     => 'meto_sidebar_settings',
    'title'  => esc_html__("Meto Sidebar Settings", "konia"),
    'fields' => array(
        array(
            'id'      => 'sidebar_source_type',
            'type'    => 'button_set',
            'title'   => esc_html__('Sidebar Source Type', 'meto'),
            'options' => array(
                'd' => esc_html__('Default', 'meto'),
                'e' => esc_html__('Elementor', 'meto'),
            ),
            'default'=> '',
        ),
        array(
            'id'       => 'sidebar_elementor_template',
            'type'     => 'select',
            'title'    => __('Template', 'viral-buzz'),
            'data'     => 'posts',
            'args'     => [
                'post_type' => [ 'elementor_library' ],
                'posts_per_page'=> -1,
            ],
            'required' => [ 'sidebar_source_type', '=', 'e' ],
        ),
        array(
            'id'       => 'sidebar_sidebar_layout',
            'type'     => 'image_select',
            'title'    => esc_html__('Layout', 'meto'),
            'subtitle' => esc_html__('Select main content and sidebar alignment.', 'meto'),
            'options'  => array(
                'left'  => array(
                    'alt' => esc_html__('2 Column Left', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/2cl.png',
                ),
                'full'  => array(
                    'alt' => esc_html__('1 Column', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/1col.png',
                ),
                'right' => array(
                    'alt' => esc_html__('2 Column Right', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/2cr.png',
                ),
            ),
            'required' => [ 'sidebar_source_type', '=', 'd' ],
        ),

        array(
            'id'       => 'sidebar_page_sidebar',
            'type'     => 'select',
            'title'    => esc_html__('Sidebar', 'meto'),
            'required' => array(
                array( 'sidebar_sidebar_layout', '=', array( 'left', 'right' ) ),
            ),
            'options'  => metos_get_sidebars(),
            'required' => [ 'sidebar_source_type', '=', 'd' ],
        ),
    ),
);

Youez - 2016 - github.com/yon3zu
LinuXploit