REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.76 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementskit-lite/modules/header-footer/init.php
Text
Base64
<?php namespace ElementsKit_Lite\Modules\Header_Footer; defined( 'ABSPATH' ) || exit; class Init { public $dir; public $url; public function __construct() { // get current directory path $this->dir = dirname( __FILE__ ) . '/'; // get current module's url $this->url = \ElementsKit_Lite::plugin_url() . 'modules/header-footer/'; // enqueue scripts add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_styles' ) ); add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); // include all necessary files $this->include_files(); add_action( 'admin_footer', array( $this, 'modal_view' ) ); Cpt_Hooks::instance(); Activator::instance(); } public function include_files() { include_once $this->dir . 'cpt.php'; include_once $this->dir . 'cpt-api.php'; } public function modal_view() { $screen = get_current_screen(); if ( $screen->id == 'edit-elementskit_template' ) { include_once $this->dir . 'views/modal-editor.php'; } } public function enqueue_styles() { $screen = get_current_screen(); if ( $screen->id == 'edit-elementskit_template' ) { wp_enqueue_style( 'select2', $this->url . 'assets/css/select2.min.css', false, \ElementsKit_Lite::version() ); wp_enqueue_style( 'elementskit-menu-admin-style', $this->url . 'assets/css/admin-style.css', false, \ElementsKit_Lite::version() ); } } public function enqueue_scripts() { $screen = get_current_screen(); if ( $screen->id == 'edit-elementskit_template' ) { wp_enqueue_script( 'select2', $this->url . 'assets/js/select2.min.js', array( 'jquery' ), true, \ElementsKit_Lite::version() ); wp_enqueue_script( 'elementskit-menu-admin-script', $this->url . 'assets/js/admin-script.js', array( 'jquery' ), true, \ElementsKit_Lite::version() ); } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2026-06-05 03:11:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
theme-hooks
DIR
-
drwxr-xr-x
2026-06-05 03:11:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
views
DIR
-
drwxr-xr-x
2026-06-05 03:11:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
activator.php
5.13 KB
lrw-r--r--
2023-11-28 17:47:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cpt-api.php
4.11 KB
lrw-r--r--
2022-06-20 12:35:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cpt-hooks.php
4.25 KB
lrw-r--r--
2023-11-28 17:47:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cpt.php
2.67 KB
lrw-r--r--
2025-07-22 15:51:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
init.php
1.76 KB
lrw-r--r--
2022-05-18 20:49:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).