Filters whether to asynchronously update translation for core, a plugin, or a theme.
$updatebool$language_updateobjectwp-admin/includes/class-language-pack-upgrader.php:81Language_Pack_Upgrader::async_upgrade() * * @since 4.0.0 * * @param bool $update Whether to update. * @param object $language_update The update offer. */ $update = apply_filters( 'async_update_translation', $update, $language_update ); if ( ! $update ) { unset( $language_updates[ $key ] ); } }Introduced in 4.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.