Filter hook 'translations_api_result'

in WP Core File wp-admin/includes/translation-install.php at line 110

Description

Filters the Translation Installation API response results.

Occurrences

Filename Line Number
wp-admin/includes/translation-install.php 110

Parameters

Type Name Description
array|WP_Error $res Response as an associative array or WP_Error.
string $type The type of translations being requested.
object $args Translation API arguments.

PHP Doc

/**
	 * Filters the Translation Installation API response results.
	 *
	 * @since 4.0.0
	 *
	 * @param array|WP_Error $res  Response as an associative array or WP_Error.
	 * @param string         $type The type of translations being requested.
	 * @param object         $args Translation API arguments.
	 */