PHP 8.0.30
Preview: blog-posts-handler.php Size: 832 B
/home/certprox/test.certproxywizard.com/wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts-handler.php

<?php
namespace Elementor;

class ElementsKit_Widget_Blog_Posts_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

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

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

    static function get_keywords() {
        return ['ekit', 'blog', 'post', 'grid', 'recent post', 'recent', 'category post', 'category'];
    }

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

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

}

Directory Contents

Dirs: 1 × Files: 2

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

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