REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 745 B
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tlp-team/app/Helpers/Install.php
Text
Base64
<?php /** * Activation & Deactivation actions. * * @package RT/Team */ namespace RT\Team\Helpers; // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } /** * Activation & Deactivation actions. */ class Install { /** * Activation actions. * * @return void */ public static function activate() { $activation = strtotime( 'now' ); add_option( 'rtteam_plugin_activation_time', $activation ); update_option( 'rtteam_activation_redirect', true ); \flush_rewrite_rules(); } /** * Deactivation actions. * * @return void */ public static function deactivate() { \flush_rewrite_rules(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Deprecated.php
1.79 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
Fns.php
76.54 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
Install.php
745 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
Options.php
39.12 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
QueryArgs.php
5.04 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).