403Webshell
Server IP : 104.21.14.103  /  Your IP : 13.58.201.75
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/thread-self/root/home/giankuin/thietke365.net/wp-content/plugins/mailpoet/lib/Automation/Engine/API/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/thread-self/root/home/giankuin/thietke365.net/wp-content/plugins/mailpoet/lib/Automation/Engine/API/API.php
<?php declare(strict_types = 1);

namespace MailPoet\Automation\Engine\API;

if (!defined('ABSPATH')) exit;


use MailPoet\API\REST\API as MailPoetApi;
use MailPoet\Automation\Engine\Hooks;
use MailPoet\Automation\Engine\WordPress;

class API extends MailPoetApi {
  /** @var MailPoetApi */
  private $api;

  /** @var WordPress */
  private $wordPress;

  public function __construct(
    MailPoetApi $api,
    WordPress $wordPress
  ) {
    $this->api = $api;
    $this->wordPress = $wordPress;
  }

  public function initialize(): void {
    $this->wordPress->addAction(MailPoetApi::REST_API_INIT_ACTION, function () {
      $this->wordPress->doAction(Hooks::API_INITIALIZE, [$this]);
    });
  }

  public function registerGetRoute(string $route, string $endpoint): void {
    $this->api->registerGetRoute($route, $endpoint);
  }

  public function registerPostRoute(string $route, string $endpoint): void {
    $this->api->registerPostRoute($route, $endpoint);
  }

  public function registerPutRoute(string $route, string $endpoint): void {
    $this->api->registerPutRoute($route, $endpoint);
  }

  public function registerPatchRoute(string $route, string $endpoint): void {
    $this->api->registerPatchRoute($route, $endpoint);
  }

  public function registerDeleteRoute(string $route, string $endpoint): void {
    $this->api->registerDeleteRoute($route, $endpoint);
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit