wpseek.com
A WordPress-centric search engine for devs and theme authors



async_update_translation › WordPress Filter Hooks

Since4.0.0
Deprecatedn/a
apply_filters( 'async_update_translation', $update, $language_update )
Parameters: (2)
  • (bool) $update Whether to update.
    Required: Yes
  • (object) $language_update The update offer.
    Required: Yes
Defined at:
Codex:

Filters whether to asynchronously update translation for core, a plugin, or a theme.





Source

$update = apply_filters( 'async_update_translation', $update, $language_update );