PHP 8.0.30
Preview: countdown-timer-handler.php Size: 822 B
/home/certprox/test.certproxywizard.com/wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer-handler.php

<?php
namespace Elementor;

class ElementsKit_Widget_Countdown_Timer_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

    static function get_icon() {
        return 'ekit  ekit-widget-icon ekit-countdown-timer';
    }

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

    static function get_keywords() {
        return ['ekit', 'countdown', 'deadline', 'timer' ];
    }

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

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

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-03-10 10:30:52
Edit Download
822 B lrw-r--r-- 2026-03-10 10:31:02
Edit Download
93.31 KB lrw-r--r-- 2026-03-10 10:31:02
Edit Download

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