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

<?php
namespace Elementor;

class ElementsKit_Widget_Heading_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

    static function get_icon() {
        return 'ekit  ekit-widget-icon ekit-heading-style';
    }

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

    static function get_keywords() {
        return ['ekit', 'heading', 'title', 'text'];
    }
    static function get_dir() {
        return \ElementsKit_Lite::widget_dir() . 'heading/';
    }

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

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-06-05 03:11:38
Edit Download
772 B lrw-r--r-- 2023-01-17 10:06:26
Edit Download
44.91 KB lrw-r--r-- 2026-02-24 11:00:14
Edit Download

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