apply_filters( 'translations_api_result', object|WP_Error $res , string $type , object $args )
Filters the Translation Installation API response results.
Parameters
- $res
-
Response object or WP_Error.
- $type
-
The type of translations being requested.
- $args
-
Translation API arguments.
Source
Changelog
Version | Description |
---|---|
WP-4.0.0 | Introduced. |