apply_filters( 'async_update_translation', bool $update , object $language_update )
Filters whether to asynchronously update translation for core, a plugin, or a theme.
Parameters
- $update
-
Whether to update.
- $language_update
-
The update offer.
Source
Changelog
Version | Description |
---|---|
WP-4.0.0 | Introduced. |