🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:12:27 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
API
/
JSON
/
v1
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/API/JSON/v1
🔄 Refresh
✏️
Editing: RedirectResponse.php
Writable
<?php declare(strict_types = 1); namespace MailPoet\API\JSON\v1; if (!defined('ABSPATH')) exit; use MailPoet\API\JSON\Response; class RedirectResponse extends Response { public function __construct($location) { // phpcs:ignore parent::__construct(self::REDIRECT, [], $location); } public function getData() { return []; } }
💾 Save Changes
❌ Cancel