REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 904 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/app/Shared/Controllers/DataController.php
Text
Base64
<?php /** * Data Controller */ namespace Extendify\Shared\Controllers; use Extendify\Shared\Services\HttpClient; use Extendify\PartnerData; defined('ABSPATH') || die('No direct access.'); /** * The controller for handling general data */ class DataController { /** * Get Partner Plugins information. * * @return \WP_REST_Response */ public static function getPartnerPlugins() { $response = HttpClient::get( 'https://dashboard.extendify.com/api/onboarding/partner-plugins', ['params' => ['partner' => PartnerData::$id]] ); return new \WP_REST_Response($response['response'], $response['code']); } /** * Just here to check for 200 (vs server rate limting) * * @return \WP_REST_Response */ public static function ping() { return new \WP_REST_Response(true, 200); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ActivityController.php
885 B
lrw-r--r--
2025-05-22 22:26:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DataController.php
904 B
lrw-r--r--
2025-06-09 17:02:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ImageGenerationController.php
887 B
lrw-r--r--
2025-10-23 20:20:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PatternPlaceholderController.php
2.31 KB
lrw-r--r--
2025-05-22 22:26:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SiteProfileController.php
980 B
lrw-r--r--
2026-03-19 23:35:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UserSelectionController.php
902 B
lrw-r--r--
2025-05-22 22:26:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UserSettingsController.php
1.21 KB
lrw-r--r--
2025-05-22 22:26:12
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).