🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 12:44:11 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
API
/
REST
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/API/REST
🔄 Refresh
✏️
Editing: Response.php
Writable
<?php declare(strict_types = 1); namespace MailPoet\API\REST; if (!defined('ABSPATH')) exit; use WP_REST_Response; class Response extends WP_REST_Response { public function __construct( array $data = null, int $status = 200 ) { parent::__construct(['data' => $data], $status); } }
💾 Save Changes
❌ Cancel