PATH:
home
/
lab2454c
/
financial.datmont.com
/
wp-content
/
plugins
/
elementskit
/
widgets
/
hotspot
<?php namespace Elementor; class ElementsKit_Widget_hotspot_Handler extends \ElementsKit_Lite\Core\Handler_Widget{ static function get_name() { return 'elementskit-hotspot'; } static function get_title() { return esc_html__( 'Hotspot', 'elementskit' ); } static function get_icon() { return 'eicon-image-hotspot ekit-widget-icon '; } static function get_categories() { return [ 'elementskit' ]; } static function get_dir() { return \ElementsKit::widget_dir() . 'hotspot/'; } static function get_url() { return \ElementsKit::widget_url() . 'hotspot/'; } }
[-] hotspot-handler.php
[edit]
[+]
..
[-] hotspot.php
[edit]
[+]
style
[+]
assets