Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/woocommerce-payments/includes/multi-currency/Interfaces/MultiCurrencyApiClientInterface.php
Назад
<?php /** * Interface MultiCurrencyApiClientInterface * * @package WooCommerce\Payments\MultiCurrency\Interfaces */ namespace WCPay\MultiCurrency\Interfaces; defined( 'ABSPATH' ) || exit; interface MultiCurrencyApiClientInterface { /** * Whether the API client is connected to the server. * * @return bool */ public function is_server_connected(): bool; /** * Get currency rates from the server. * * @param string $currency_from - The currency to convert from. * @param ?array $currencies_to - An array of the currencies we want to convert into. If left empty, will get all supported currencies. * * @return array */ public function get_currency_rates( string $currency_from, $currencies_to = null ): array; }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка