golden hour
/home/godaofbq/hyperxmed.com/wp-content/plugins/elementskit-lite/widgets/icon-hover
⬆️ Go Up
Upload
File/Folder
Size
Actions
error_log
380 B
Del
OK
icon-hover-handler.php
688 B
Del
OK
icon-hover.php
1.4 KB
Del
OK
readme.txt
72 B
Del
OK
Edit: icon-hover-handler.php
<?php namespace Elementor; class ElementsKit_Widget_Icon_Hover_Handler extends \ElementsKit_Lite\Core\Handler_Widget{ static function get_name() { return 'elementskit-icon-hover'; } static function get_title() { return esc_html__( 'Icon Hover', 'elementskit-lite' ); } static function get_icon() { return 'eicon-image-hotspot ekit-widget-icon '; } static function get_categories() { return [ 'elementskit' ]; } static function get_dir() { return \ElementsKit_Lite::widget_dir() . 'icon-hover/'; } static function get_url() { return \ElementsKit_Lite::widget_url() . 'icon-hover/'; } }
Save