Description
Allows a plugin to override the WordPress.org Translation Installation API entirely.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/translation-install.php | 36 |
Parameters
Type | Name | Description |
---|---|---|
false|array | $result | The result array. Default false. |
string | $type | The type of translations being requested. |
object | $args | Translation API arguments. |
PHP Doc
/**
* Allows a plugin to override the WordPress.org Translation Installation API entirely.
*
* @since 4.0.0
*
* @param false|array $result The result array. Default false.
* @param string $type The type of translations being requested.
* @param object $args Translation API arguments.
*/