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

In this article

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

VersionDescription
4.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.