W3cubDocs

/WordPress

apply_filters( ‘async_update_translation’, bool $update, object $language_update )

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

Parameters

$updatebool
Whether to update.
$language_updateobject
The update offer.

Source

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

Changelog

Version Description
4.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/async_update_translation