Yoast\WP\SEO\AI_HTTP_Request\Application

Request_Handler_Interface::handlepublicYoast 1.0

Executes the request to the API.

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

Хуков нет.

Возвращает

Response. The response from the API.

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

$Request_Handler_Interface = new Request_Handler_Interface();
$Request_Handler_Interface->handle( $request ): Response;
$request(Request) (обязательный)
The request to execute.

Код Request_Handler_Interface::handle() Yoast 28.2

public function handle( Request $request ): Response;