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.138.134.106
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/pricing.php
<?php
/*
 * Theme Metabox Options
 * @package charite
 * @since 1.0.0
 * */

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

if (class_exists('CSF')) {


    /*-------------------------------------
	   price Options
   -------------------------------------*/
    $charite_group_meta = 'charite_pricing_meta';
    CSF::createMetabox($charite_group_meta, array(
        'title'     => esc_html__('Pricing Meta', 'charite-core'),
        'post_type' => 'pricing',
    ));

    //
    // Create a section
    CSF::createSection($charite_group_meta, array(
        'title'  => esc_html__('Pricing Info', 'charite-core'),
        'fields' => array(
            array(
                'id'          => 'select_style',
                'type'        => 'select',
                'title'       => esc_html__('Style', 'charite-core'),
                'options'     => array(
                    'style-one'  => 'Style One',
                    'style-two'  => 'Style Two',
                ),
                'default'     => 'style-one'
            ),
            array(
                'id'         => 'renewal_fee',
                'title'      => esc_html__('Renewal Fee ', 'charite-core'),
                'type'       => 'text',
                'default'    => 40,
            ),
            array(
                'id'         => 'currency',
                'title'      => esc_html__(' Currency', 'charite-core'),
                'type'       => 'text',
                'default'    => '$'
            ),
            array(
                'id'         => 'price_plan',
                'title'      => esc_html__(' Price Plan', 'charite-core'),
                'type'       => 'text',
                'default'    => esc_html__('/ Mo', 'charite-core'),
                'dependency' => array('select_style', '==', 'style-two'),
            ),
            array(
                'id'    => 'price_icon',
                'type'  => 'icon',
                'title' => esc_html__('Price Icon', 'charite-core'),
            ),
            array(
                'id'         => 'tag_line',
                'title'      => esc_html__('Tag Line', 'charite-core'),
                'type'       => 'text',
                'default'    => false,
                'default'    => esc_html__('per month billed annually', 'charite-core'),
                'dependency' => array('select_style', '==', 'style-one'),
            ),
            array(
                'id'         => 'features',
                'type'       => 'repeater',
                'title'      => esc_html__('Features', 'charite-core'),
                'fields'     => array(
                    array(
                        'id'    => 'features',
                        'type'  => 'text',
                        'title' => esc_html__('Add Features', 'charite-core'),
                        'default' => esc_html__('30 Days Trial Features', 'charite-core')
                    ),
                    array(
                        'id'    => 'activity',
                        'type'  => 'switcher',
                        'title' => esc_html__('Availability', 'charite-core'),
                        'default' => true
                    ),

                ),
            ),
            array(
                'id'         => 'button_label',
                'title'      => esc_html__('Button Label', 'charite-core'),
                'type'       => 'text',
                'default'    => false,
                'default'    => esc_html__('Get Started', 'charite-core')
            ),
            array(
                'id'         => 'button_url',
                'title'      => esc_html__('Button Url', 'charite-core'),
                'type'       => 'text',
                'default'    => false,
                'default'    => '#'
            ),
        )
    ));
}//endif

Youez - 2016 - github.com/yon3zu
LinuXploit