REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 811 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementskit-lite/compatibility/conflicts/init.php
Text
Base64
<?php namespace ElementsKit_Lite\Compatibility\Conflicts; defined( 'ABSPATH' ) || exit; /** * Init * Initiate all necessary classes, hooks, configs. * * @since 1.2.6 */ class Init { /** * Member Variable * * @var instance */ private static $instance; /** * Instance. * * Ensures only one instance of the plugin class is loaded or can be loaded. * * @since 1.2.6 * @access public * @static * * @return Init An instance of the class. */ public static function instance() { if ( is_null( self::$instance ) ) { // Fire when ElementsKit_Lite instance. self::$instance = new self(); } return self::$instance; } /** * Construct the plugin object. * * @since 1.2.6 * @access public */ public function __construct() { Scripts::instance(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
init.php
811 B
lrw-r--r--
2022-05-18 20:49:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
scripts.php
1.23 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).