PHP 8.0.30
Preview: progressbar-handler.php Size: 840 B
/home/certprox/template.certproxywizard.com/wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar-handler.php

<?php
namespace Elementor;


class ElementsKit_Widget_Progressbar_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

    static function get_icon() {
        return 'ekit ekit-progress-bar ekit-widget-icon ';
    }

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

    static function get_keywords() {
        return ['ekit', 'progress bar', 'skill bar', 'skills bar', 'percentage bar', 'bar chart'];
    }

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

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

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
840 B lrw-r--r-- 2026-06-08 17:57:45
Edit Download
22.74 KB lrw-r--r-- 2026-06-08 17:57:45
Edit Download

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