REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 579 B
Close
/proc/thread-self/root/home/byroehnu/geniuskidsacademy.org/wp-content/plugins/meta-box/src/FeaturedPlugins.php
Text
Base64
<?php namespace MetaBox; class FeaturedPlugins { public function __construct() { add_filter( 'plugins_api_result', [ $this, 'process' ], 10, 2 ); } public function process( $result, $action ) { global $tab; if ( ! in_array( $tab, [ 'featured', 'recommended' ], true ) ) { return $result; } if ( is_wp_error( $result ) || $action !== 'query_plugins' ) { return $result; } foreach ( $result->plugins as $index => $plugin ) { if ( $plugin['slug'] === 'secure-custom-fields' ) { unset( $result->plugins[ $index ] ); } } return $result; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Dashboard
DIR
-
drwxr-xr-x
2026-03-16 08:30:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Integrations
DIR
-
drwxr-xr-x
2026-03-16 08:31:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Updater
DIR
-
drwxr-xr-x
2026-03-16 08:30:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FeaturedPlugins.php
579 B
lrw-r--r--
2026-02-04 08:59:41
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).