translations_api_result WordPress Filter Hook
The translations_api_result hook is called when the WordPress Translations API returns a response. It is used to modify the response before it is passed back to the caller.
apply_filters( 'translations_api_result', array|WP_Error $res , string $type , object $args ) #
Filters the Translation Installation API response results.
Parameters
Source
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |