WpOrg\Requests

Transport::test()public staticWP 1.0

Self-test whether the transport can be used.

The available capabilities to test for can be found in Capability{}.

Метод класса: Transport{}

Хуков нет.

Возвращает

true|false. Whether the transport can be used.

Использование

$result = Transport::test( $capabilities );
$capabilities **
-
По умолчанию: []

Код Transport::test() WP 6.6.2

public static function test($capabilities = []);