apply_filters( 'translations_api', false|array $result , string $type , object $args )
Allows a plugin to override the WordPress.org Translation Installation API entirely.
Parameters
- $result
-
The result array. Default false.
- $type
-
The type of translations being requested.
- $args
-
Translation API arguments.
Source
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |