SILENT KILLERPanel

Current Path: > home > > transcarter > > > > www > wp-content > plugins > elementskit-lite > modules > dynamic-content > >


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.38
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home//transcarter////www/wp-content/plugins/elementskit-lite/modules/dynamic-content//

NameTypeSizeLast ModifiedActions
cpt-api.php File 2469 bytes July 17 2025 21:06:24.
cpt.php File 3830 bytes July 17 2025 21:06:24.
init.php File 559 bytes July 17 2025 21:06:24.

Reading File: /home//transcarter////www/wp-content/plugins/elementskit-lite/modules/dynamic-content///init.php

<?php 
namespace ElementsKit_Lite\Modules\Dynamic_Content;

defined( 'ABSPATH' ) || exit;

class Init {

	public static function get_url() {
		return \ElementsKit_Lite::module_url() . 'dynamic-content/';
	}
	public static function get_dir() {
		return \ElementsKit_Lite::module_dir() . 'dynamic-content/';
	}

	public function __construct() {

		// Includes necessary files
		$this->include_files();
	}

	private function include_files() {
		// Controls_Manager
		include_once self::get_dir() . 'cpt.php';
		include_once self::get_dir() . 'cpt-api.php';
	}
}

SILENT KILLER Tool