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.141.25.100
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/footer_setting.php
<?php

return array(
    'title'      => esc_html__('Footer Setting', 'meto'),
    'id'         => 'footer_setting',
    'desc'       => '',
    'icon'       => 'eicon-footer',
    'subsection' => false,
    'fields'     => array(
        array(
            'id'      => 'footer_source_type',
            'type'    => 'button_set',
            'title'   => esc_html__('Footer Source Type', 'meto'),
            'options' => array(
                'd' => esc_html__('Default', 'meto'),
                'e' => esc_html__('Elementor', 'meto'),
            ),
            'default' => 'd',
        ),
        array(
            'id'       => 'footer_elementor_template',
            'type'     => 'select',
            'title'    => __('Template', 'meto'),
            'data'     => 'posts',
            'args'     => [
                'post_type' => [ 'elementor_library' ],
                'posts_per_page'	=> -1
            ],
            'required' => [ 'footer_source_type', '=', 'e' ],
        ),
        array(
            'id'       => 'footer_style_section_start',
            'type'     => 'section',
            'indent'      => true,
            'title'    => esc_html__('Footer Settings', 'meto'),
            'required' => array( 'footer_source_type', '=', 'd' ),
        ),
        array(
            'id'       => 'footer_style_settings',
            'type'     => 'image_select',
            'title'    => esc_html__('Choose Footer Styles', 'meto'),
            'subtitle' => esc_html__('Choose Footer Styles', 'meto'),
            'options'  => array(

                'footer_v1'  => array(
                    'alt' => esc_html__('Footer Style 1', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer1.png',
                ),
                'footer_v2'  => array(
                    'alt' => esc_html__('Footer Style 2', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer2.png',
                ),
                'footer_v3'  => array(
                    'alt' => esc_html__('Footer Style 3', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer3.png',
                ),
                'footer_v4'  => array(
                    'alt' => esc_html__('Footer Style 4', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer4.png',
                ),
				'footer_v5'  => array(
                    'alt' => esc_html__('RTL Page Footer Style', 'meto'),
                    'img' => get_template_directory_uri() . '/assets/images/redux/footer/footer5.png',
                ),
            ),
            'required' => array( 'footer_source_type', '=', 'd' ),
            'default' => 'footer_set',
        ),


        /***********************************************************************
                                Footer Version 1 Start
        ************************************************************************/
        array(
            'id'       => 'footer_v1_settings_section_start',
            'type'     => 'section',
            'indent'      => true,
            'title'    => esc_html__('Footer Style One Settings', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v1' ),
        ),
        array(
            'id'      => 'copyright_text',
            'type'    => 'textarea',
            'title'   => __('Copyright Text', 'meto'),
            'desc'    => esc_html__('Enter the Copyright Text', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v1' ),
        ),
        /***********************************************************************
                                Footer Version 2 Start
        ************************************************************************/
        array(
            'id'       => 'footer_v2_settings_section_start',
            'type'     => 'section',
            'indent'      => true,
            'title'    => esc_html__('Footer Style Two Settings', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v2' ),
        ),
        array(
            'id'       => 'footer_bg_img2',
            'type'     => 'media',
            'url'      => true,
            'title'    => esc_html__('Footer Background Image', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v2' ),
        ),
        array(
            'id'      => 'copyright_text2',
            'type'    => 'textarea',
            'title'   => __('Copyright Text', 'meto'),
            'desc'    => esc_html__('Enter the Copyright Text', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v2' ),
        ),
        /***********************************************************************
                                Footer Version 3 Start
        ************************************************************************/
        array(
            'id'       => 'footer_v3_settings_section_start',
            'type'     => 'section',
            'indent'      => true,
            'title'    => esc_html__('Footer Style Three Settings', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v3' ),
        ),
        array(
            'id'      => 'copyright_text3',
            'type'    => 'textarea',
            'title'   => __('Copyright Text', 'meto'),
            'desc'    => esc_html__('Enter the Copyright Text', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v3' ),
        ),
        /***********************************************************************
                                Footer Version 4 Start
        ************************************************************************/
        array(
            'id'       => 'footer_v4_settings_section_start',
            'type'     => 'section',
            'indent'      => true,
            'title'    => esc_html__('Footer Style Four Settings', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
		array(
            'id'       => 'footer_logo_image',
            'type'     => 'media',
            'url'      => true,
            'title'    => esc_html__('Footer Logo Image', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
        array(
            'id'      => 'footer_address_v4',
            'type'    => 'textarea',
            'title'   => __('Heading/Address', 'meto'),
            'desc'    => esc_html__('Enter the Heading/Address', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
        array(
            'id'      => 'footer_email_v4',
            'type'    => 'textarea',
            'title'   => __('Heading/Email Address', 'meto'),
            'desc'    => esc_html__('Enter the Heading/Email Address', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
        array(
            'id'      => 'footer_phone_v4',
            'type'    => 'textarea',
            'title'   => __('Heading/Phone Number', 'meto'),
            'desc'    => esc_html__('Enter the Heading/Phone Number', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
		array(
            'id' => 'show_footer_social_icon_4',
            'type' => 'switch',
            'title' => esc_html__('Enable Social icon', 'meto'),
            'default' => true,
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
        array(
            'id'      => 'copyright_text4',
            'type'    => 'textarea',
            'title'   => __('Copyright Text', 'meto'),
            'desc'    => esc_html__('Enter the Copyright Text', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v4' ),
        ),
		/***********************************************************************
                                Footer Version 5 Start
        ************************************************************************/
        array(
            'id'       => 'footer_v5_settings_section_start',
            'type'     => 'section',
            'indent'      => true,
            'title'    => esc_html__('RTL Page Footer Style Settings', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v5' ),
        ),
        array(
            'id'      => 'copyright_text5',
            'type'    => 'textarea',
            'title'   => __('Copyright Text', 'meto'),
            'desc'    => esc_html__('Enter the Copyright Text', 'meto'),
            'required' => array( 'footer_style_settings', '=', 'footer_v5' ),
        ),
        array(
            'id'       => 'footer_default_ed',
            'type'     => 'section',
            'indent'   => false,
            'required' => [ 'footer_source_type', '=', 'd' ],
        ),
    ),
);

Youez - 2016 - github.com/yon3zu
LinuXploit