REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 672 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/app/Agent/Frontend.php
Text
Base64
<?php /** * Frontend. */ namespace Extendify\Agent; defined('ABSPATH') || die('No direct access.'); /** * This class handles frontend concerns for the Agent. */ class Frontend { public function __construct() { $this->loadIntegrations(); } /** * Load the integration classes * * @return void */ protected function loadIntegrations() { foreach (glob(__DIR__ . '/Integrations/*.php') as $file) { $class = 'Extendify\\Agent\\Integrations\\' . basename($file, '.php'); if (!class_exists($class)) { continue; } new $class(); } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Controllers
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Integrations
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Admin.php
18.67 KB
lrw-r--r--
2026-04-09 23:45:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Frontend.php
672 B
lrw-r--r--
2026-02-27 04:48:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TagBlocks.php
4.20 KB
lrw-r--r--
2025-09-30 21:20:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TagTemplateParts.php
4.29 KB
lrw-r--r--
2026-04-09 23:45: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).