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

<?php
namespace Elementor;


class ElementsKit_Widget_Testimonial_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

    static function get_icon() {
        return 'ekit ekit-testimonial-grid ekit-widget-icon ';
    }

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

    static function get_keywords() {
        return ['ekit', 'testimonial', 'carousel', 'reviews', 'rating', 'stars'];
    }

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

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

}

Directory Contents

Dirs: 3 × Files: 2

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-06-05 03:11:38
Edit Download
common DIR
- drwxr-xr-x 2026-06-05 03:11:38
Edit Download
style DIR
- drwxr-xr-x 2026-06-05 03:11:38
Edit Download
827 B lrw-r--r-- 2023-01-17 10:06:26
Edit Download
80.21 KB lrw-r--r-- 2026-06-04 10:13:40
Edit Download

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