REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.20 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tlp-team/app/Controllers/FrontendController.php
Text
Base64
<?php /** * Public Controller Class. * * @package RT_Team */ namespace RT\Team\Controllers; use RT\Team\Widgets as Widgets; use RT\Team\Abstracts\Controller; use RT\Team\Controllers\Hooks\FilterHooks; use RT\Team\Controllers\Frontend as Frontend; // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } /** * Admin Controller Class. */ class FrontendController extends Controller { use \RT\Team\Traits\SingletonTrait; /** * Classes to include. * * @return array */ public function classes() { $classes = []; $settings = get_option( rttlp_team()->options['settings'] ); $settings = isset( $settings['tlp_team_block_type'] ) ? esc_html( $settings['tlp_team_block_type'] ) : 'default'; $classes[] = FilterHooks::class; $classes[] = Widgets\Vc\VcAddon::class; $classes[] = Frontend\CustomCSS::class; $classes[] = Frontend\Shortcode::class; $classes[] = Frontend\Template::class; $classes[] = Frontend\Ajax\LoadMore::class; if ( in_array( $settings, [ 'default', 'elementor' ], true ) ) { $classes[] = Frontend\ElementorAddons::class; } return $classes; } }
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).