SILENT KILLERPanel

Current Path: > home > > > > transcarter > > > www > wp-content > plugins > elementskit-lite > widgets > social


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home////transcarter///www/wp-content/plugins/elementskit-lite/widgets/social

NameTypeSizeLast ModifiedActions
readme.txt File 55 bytes July 17 2025 21:06:24.
social-handler.php File 818 bytes July 17 2025 21:06:24.
social.php File 22596 bytes July 17 2025 21:06:24.

Reading File: /home////transcarter///www/wp-content/plugins/elementskit-lite/widgets/social/social-handler.php

<?php
namespace Elementor;


class ElementsKit_Widget_Social_Handler extends \ElementsKit_Lite\Core\Handler_Widget{

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

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

    static function get_icon() {
        return 'eicon-social-icons ekit-widget-icon ';
    }

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

    static function get_keywords() {
        return ['ekit', 'social', 'icons', 'media', 'facebook', 'fb', 'twitter', 'linkedin'];
    }

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

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

}

SILENT KILLER Tool