Yoast\WP\SEO\AI_HTTP_Request\Infrastructure

API_Client_Interface::get_request_timeoutpublicYoast 1.0

Gets the timeout of the requests in seconds.

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

Хуков нет.

Возвращает

int. The timeout of the suggestion requests in seconds.

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

$API_Client_Interface = new API_Client_Interface();
$API_Client_Interface->get_request_timeout(): int;

Код API_Client_Interface::get_request_timeout() Yoast 28.3

public function get_request_timeout(): int;