REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.59 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/google-site-kit/includes/loader.php
Text
Base64
<?php /** * Plugin config. * * @package Google\Site_Kit * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit; /** * Loads generated class maps for autoloading. * * @since 1.0.0 * @access private */ function autoload_classes() { $class_map = array_merge( // Site Kit classes. include GOOGLESITEKIT_PLUGIN_DIR_PATH . 'includes/vendor/composer/autoload_classmap.php', // Third-party classes. include GOOGLESITEKIT_PLUGIN_DIR_PATH . 'third-party/vendor/composer/autoload_classmap.php' ); spl_autoload_register( function ( $class_instance ) use ( $class_map ) { if ( // Only handle classes defined in our class maps. isset( $class_map[ $class_instance ] ) // Only load Site Kit classes or others that exist (e.g. polyfills). && ( 0 === strpos( $class_instance, 'Google\\Site_Kit\\' ) || 0 === strpos( $class_instance, 'Google\\Site_Kit_Dependencies\\' ) || file_exists( $class_map[ $class_instance ] ) ) ) { require_once $class_map[ $class_instance ]; } }, true, true ); } autoload_classes(); /** * Loads files containing functions from generated file map. * * @since 1.0.0 * @access private */ function autoload_vendor_files() { // Third-party files. $files = require GOOGLESITEKIT_PLUGIN_DIR_PATH . 'third-party/vendor/autoload_files.php'; foreach ( $files as $file_identifier => $file ) { require_once $file; } } autoload_vendor_files(); // Initialize the plugin. Plugin::load( GOOGLESITEKIT_PLUGIN_MAIN_FILE );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Core
DIR
-
drwxr-xr-x
2026-06-03 14:57:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Modules
DIR
-
drwxr-xr-x
2026-06-03 14:57:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
vendor
DIR
-
drwxr-xr-x
2026-06-03 14:57:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Context.php
14.23 KB
lrw-r--r--
2026-06-03 14:57:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
loader.php
1.59 KB
lrw-r--r--
2026-06-03 14:57:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Plugin.php
10.68 KB
lrw-r--r--
2026-06-03 14:57:30
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).