PHP 8.2.31
Preview: team-handler.php Size: 770 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementskit-lite/widgets/team/team-handler.php

<?php
namespace Elementor;


class ElementsKit_Widget_Team_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

    static function get_name() {
        return 'elementskit-team';
    }

    static function get_title() {
        return esc_html__( 'Team', 'elementskit-lite' );
    }

    static function get_icon() {
        return 'eicon-image-box ekit-widget-icon ';
    }

    static function get_categories() {
        return [ 'elementskit' ];
    }

    static function get_keywords() {
        return ['ekit', 'team', 'member', 'crew', 'staff', 'person'];
    }

    static function get_dir() {
        return \ElementsKit_Lite::widget_dir() . 'team/';
    }

    static function get_url() {
        return \ElementsKit_Lite::widget_url() . 'team/';
    }


}

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
parts DIR
- drwxr-xr-x 2026-06-05 03:11:38
Edit Download
770 B lrw-r--r-- 2023-01-17 10:06:26
Edit Download
94.40 KB lrw-r--r-- 2026-06-04 10:13:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).