Yoast\WP\SEO\AI_HTTP_Request\Application
Request_Handler_Interface::handle
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() Request Handler Interface::handle Yoast 28.2
public function handle( Request $request ): Response;