Yoast\WP\SEO\AI_HTTP_Request\Application

Response_Parser_Interface::parsepublicYoast 1.0

Parses the response from the API.

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

Хуков нет.

Возвращает

Response. The parsed response.

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

$Response_Parser_Interface = new Response_Parser_Interface();
$Response_Parser_Interface->parse( $response ): Response;
$response(array<int|строка|array>) (обязательный)
The response from the API.

Код Response_Parser_Interface::parse() Yoast 27.6

public function parse( $response ): Response;