Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/woocommerce-payments/includes/core/server/request/class-get-account.php
Назад
<?php /** * Class file for WCPay\Core\Server\Request\Get_Account. * * @package WooCommerce Payments */ namespace WCPay\Core\Server\Request; use WCPay\Core\Server\Request; use WC_Payments_API_Client; /** * Request class for getting account data. */ class Get_Account extends Request { use Use_Test_Mode_Only_When_Test_Mode_Onboarding; /** * Specifies the WordPress hook name that will be triggered upon calling the send() method. * * @var string */ protected $hook = 'wcpay_get_account'; /** * Returns the request's API. * * @return string */ public function get_api(): string { return WC_Payments_API_Client::ACCOUNTS_API; } /** * Returns the request's HTTP method. */ public function get_method(): string { return 'GET'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка