Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/translation-install.php | apply_filters | 109 | /** * 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. */ |
Hook Parameters
Parameter 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. |