REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.46 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tlp-team/app/Controllers/AdminController.php
Text
Base64
<?php /** * Admin Controller Class. * * @package RT_Team */ namespace RT\Team\Controllers; use RT\Team\Controllers\Admin as Admin; use RT\Team\Abstracts\Controller; // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } /** * Admin Controller Class. */ class AdminController extends Controller { use \RT\Team\Traits\SingletonTrait; /** * Admin. * * @var array */ private $admin = []; /** * Classes to include. * * @return array */ public function classes() { $this->notices()->settings()->metabox(); return $this->admin; } /** * Notices. * * @return object */ private function notices() { $this->admin[] = Admin\Notices\Update::class; //$this->admin[] = Admin\Notices\Review::class; if (! rttlp_team()->has_pro() ){ $this->admin[] = Admin\Notices\BlackFriday::class; } return $this; } /** * Settings. * * @return object */ private function settings() { $this->admin[] = Admin\Settings::class; $this->admin[] = Admin\TaxSorting::class; $this->admin[] = Admin\AdminColumns::class; $this->admin[] = Admin\ShortcodeGenerator::class; return $this; } /** * Metabox. * * @return object */ private function metabox() { $this->admin[] = Admin\Metabox\PostMeta::class; $this->admin[] = Admin\Metabox\ShortcodeMeta::class; return $this; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Admin
DIR
-
drwxr-xr-x
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Frontend
DIR
-
drwxr-xr-x
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Hooks
DIR
-
drwxr-xr-x
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AdminController.php
1.46 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AjaxController.php
1.47 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FrontendController.php
1.20 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GutenbergController.php
1.87 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PostTypesController.php
8.86 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ScriptsController.php
7.68 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WidgetsController.php
833 B
lrw-r--r--
2026-06-03 14:57:33
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).