PHP 8.2.31
Preview: Response.php Size: 304 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/API/REST/Response.php

<?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);
  }
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
3.52 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
420 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
662 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
465 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
243 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
0 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
606 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
304 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).