golden hour
/home/godaofbq/hyperxmed.com/wp-content/plugins/elementskit-lite/widgets/tab
⬆️ Go Up
Upload
File/Folder
Size
Actions
assets
-
Del
OK
error_log
352 B
Del
OK
tab-handler.php
780 B
Del
OK
tab.php
85.59 KB
Del
OK
Edit: tab-handler.php
<?php namespace Elementor; class ElementsKit_Widget_Tab_Handler extends \ElementsKit_Lite\Core\Handler_Widget{ static function get_name() { return 'elementskit-simple-tab'; } static function get_title() { return esc_html__( 'Tab', 'elementskit-lite' ); } static function get_icon() { return 'ekit ekit-tab ekit-widget-icon '; } static function get_categories() { return [ 'elementskit' ]; } static function get_keywords() { return ['ekit', 'vertical tabs', 'tab', 'horizontal tabs', 'accordion']; } static function get_dir() { return \ElementsKit_Lite::widget_dir() . 'tab/'; } static function get_url() { return \ElementsKit_Lite::widget_url() . 'tab/'; } }
Save