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

<?php
namespace Elementor;


class ElementsKit_Widget_Video_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

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

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

    static function get_keywords() {
        return ['ekit', 'video', 'player', 'embed', 'youtube', 'vimeo', 'dailymotion'];
    }

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

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

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
parts DIR
- drwxr-xr-x 2026-06-05 03:11:38
Edit Download
789 B lrw-r--r-- 2026-06-04 10:13:40
Edit Download
61.23 KB lrw-r--r-- 2026-06-04 10:13:40
Edit Download

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