Yoast\WP\SEO\AI_HTTP_Request\Application

Response_Parser_Interface{}interfaceYoast 1.0

Хуков нет.

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

$Response_Parser_Interface = new Response_Parser_Interface();
// use class methods

Методы

  1. public parse( $response )
  2. ERROR: no method name found on line ``

Код Response_Parser_Interface{} Yoast 28.3

interface Response_Parser_Interface {

	/**
	 * Parses the response from the API.
	 *
	 * @param array<int|string|array<string>> $response The response from the API.
	 *
	 * @return Response The parsed response.
	 */
	public function parse( $response ): Response;
}