REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 634 B
Close
/home/certprox/test.certproxywizard.com/wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-data-sender.php
Text
Base64
<?php namespace ElementsKit_Lite\Libs\Framework\Classes; use ElementsKit_Lite\Traits\Singleton; defined( 'ABSPATH' ) || exit; class Plugin_Data_Sender { use Singleton; public function __construct() {} private function getUrl( $route ) { return trailingslashit(\ElementsKit_Lite::api_url() . $route); } public function sendEmailSubscribeData( $route, $data ) { return wp_remote_post( $this->getUrl( $route ), array( 'method' => 'POST', 'headers' => array( 'Accept' => '*/*', 'Content-Type' => 'application/json' ), 'body' => wp_json_encode( $data ), ) ); } }
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
ajax.php
5.71 KB
lrw-r--r--
2026-03-10 10:30:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
onboard-status.php
2.85 KB
lrw-r--r--
2026-03-10 10:30:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-data-sender.php
634 B
lrw-r--r--
2026-03-10 10:30:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-installer.php
3.19 KB
lrw-r--r--
2026-03-10 10:30:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-skin.php
469 B
lrw-r--r--
2026-03-10 10:30:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-status.php
2.98 KB
lrw-r--r--
2026-03-10 10:30:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.php
2.35 KB
lrw-r--r--
2026-03-10 10:30:55
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).