REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.13 KB
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/woolentor-addons/includes/admin/admin-init.php
Text
Base64
<?php if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly class Woolentor_Admin_Init{ /** * [$_instance] * @var null */ private static $_instance = null; /** * [instance] Initializes a singleton instance * @return [Woolentor_Admin_Init] */ public static function instance() { if ( is_null( self::$_instance ) ) { self::$_instance = new self(); } return self::$_instance; } public function __construct(){ $this->include(); } /** * [include] Load Necessary file * @return [void] */ public function include(){ require_once( WOOLENTOR_ADDONS_PL_PATH .'includes/api.php'); require_once('include/admin_field-manager.php'); // Elementor Template Library integration if ( did_action( 'elementor/loaded' ) ) { require_once('include/class.library-source.php'); require_once('include/class.elementor-template-library.php'); \Woolentor\ElementorTemplate\Elementor_Library_Manage::instance(); } } } Woolentor_Admin_Init::instance();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 1
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-11 12:51:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
include
DIR
-
drwxr-xr-x
2026-06-11 12:51:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
templates
DIR
-
drwxr-xr-x
2026-06-11 12:51:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
admin-init.php
1.13 KB
lrw-r--r--
2026-06-11 12:51:34
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).