SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > plugins > elementskit-lite > widgets


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www/wp-content/plugins/elementskit-lite/widgets

NameTypeSizeLast ModifiedActions
accordion Directory - -
back-to-top Directory - -
blog-posts Directory - -
business-hours Directory - -
button Directory - -
caldera-forms Directory - -
category-list Directory - -
client-logo Directory - -
contact-form7 Directory - -
countdown-timer Directory - -
drop-caps Directory - -
dual-button Directory - -
faq Directory - -
fluent-forms Directory - -
funfact Directory - -
header-info Directory - -
header-offcanvas Directory - -
header-search Directory - -
heading Directory - -
icon-box Directory - -
icon-hover Directory - -
image-accordion Directory - -
image-box Directory - -
image-comparison Directory - -
init Directory - -
lottie Directory - -
mail-chimp Directory - -
nav-menu Directory - -
ninja-forms Directory - -
page-list Directory - -
piechart Directory - -
post-grid Directory - -
post-list Directory - -
post-tab Directory - -
pricing Directory - -
progressbar Directory - -
social Directory - -
social-share Directory - -
tab Directory - -
tablepress Directory - -
team Directory - -
testimonial Directory - -
video Directory - -
we-forms Directory - -
wp-forms Directory - -
widget-notice.php File 1365 bytes July 17 2025 21:06:24.

Reading File: /home/transcarter//www/wp-content/plugins/elementskit-lite/widgets/widget-notice.php

<?php 
namespace ElementsKit_Lite\Widgets;
defined( 'ABSPATH' ) || exit;

trait Widget_Notice{
    /**
     * Adding Go Premium message to all widgets
     *
     * @since 1.4.2
     */
    public function insert_pro_message()
    {
        if(\ElementsKit_Lite::package_type() != 'pro'){
            $this->start_controls_section(
                'ekit_section_pro',
                [
                    'label' => __('Go Premium for More Features', 'elementskit-lite'),
                ]
            );

            $this->add_control(
                'ekit_control_get_pro',
                [
                    'label' => __('Unlock more possibilities', 'elementskit-lite'),
                    'type' => \Elementor\Controls_Manager::CHOOSE,
                    'options' => [
                        '1' => [
                            'title' => '',
                            'icon' => 'fa fa-unlock-alt',
                        ],
                    ],
                    'default' => '1',
                    'toggle'    => false,
                    'description' => '<span class="ekit-widget-pro-feature"> Get the  <a href="https://wpmet.com/elementskit-pricing" target="_blank">Pro version</a> for more awesome elements and powerful modules.</span>',
                ]
            );

            $this->end_controls_section();
        }
    }
}

SILENT KILLER Tool