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