REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.34 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/themes/adventure-tours/includes/loader.php
Text
Base64
<?php /** * Theme bootrap file that defines classes loaders. * * @author Themedelight * @package Themedelight/AdventureTours * @version 4.2.4 */ if (!defined('_THEME_VENDOR_PATH_')) { define('_THEME_VENDOR_PATH_', dirname( __FILE__ ) . '/../vendor/'); } if ( ! function_exists( 'adventure_tours_autoloader' ) ) { /** * Vendor components loading function. * * @param string $class class name that should be loaded. * @return void */ function adventure_tours_autoloader( $class ) { static $map, $includesPath; if ( ! $map ) { $map = array( 'lessc' => _THEME_VENDOR_PATH_ . 'lessphp/lessc.inc.php', 'wp_bootstrap_navwalker' => _THEME_VENDOR_PATH_ . 'twittem/wp_bootstrap_navwalker.php', 'JuiceContainer' => _THEME_VENDOR_PATH_ . 'juice/JuiceContainer.php', 'tmhOAuth' => _THEME_VENDOR_PATH_ . 'tmhOAuth/tmhOAuth.php', ); $includesPath = dirname(__FILE__); } if ( isset( $map[ $class ] ) ) { $fileName = $map[ $class ]; if ( $fileName ) { require $fileName; } } elseif ( 0 === strpos( $class, 'At' ) ) { $themeClassFile = "{$includesPath}/classes/{$class}.php"; if ( file_exists( $themeClassFile ) ) { require $themeClassFile; } } } spl_autoload_register( 'adventure_tours_autoloader' ); } require _THEME_VENDOR_PATH_ . 'themedelight/bootstrap.php'; AtTourHelper::init();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin
DIR
-
drwxr-xr-x
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
classes
DIR
-
drwxr-xr-x
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
data
DIR
-
drwxr-xr-x
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
metabox
DIR
-
drwxr-xr-x
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
shortcodes
DIR
-
drwxr-xr-x
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
loader.php
1.34 KB
lrw-r--r--
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
template-functions.php
54.61 KB
lrw-r--r--
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
theme-options-config.php
32.36 KB
lrw-r--r--
2022-11-10 06:13:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
theme-options-functions.php
8.76 KB
lrw-r--r--
2022-11-10 06:13:26
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).