golden hour
/home/godaofbq/hyperxmed.com/wp-content/plugins/elementskit/widgets/hotspot
⬆️ Go Up
Upload
File/Folder
Size
Actions
assets
-
Del
OK
error_log
17.13 KB
Del
OK
hotspot-handler.php
739 B
Del
OK
hotspot.php
31 KB
Del
OK
style
-
Del
OK
Edit: hotspot-handler.php
<?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_keywords() { return ['ekit', 'hot', 'spots', 'point']; } static function get_dir() { return \ElementsKit::widget_dir() . 'hotspot/'; } static function get_url() { return \ElementsKit::widget_url() . 'hotspot/'; } }
Save