File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pabloaso/public_html/wp-content/plugins/elementskit-lite/widgets/tab/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/';
    }

}