WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about async_update_translation

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-language-pack-upgrader.php apply_filters 81 /**
* Filters whether to asynchronously update translation for core, a plugin, or a theme.
*
* @since 4.0.0
*
* @param bool $update Whether to update.
* @param object $language_update The update offer.
*/

Hook Parameters

Parameter Type Name Description
bool $update Whether to update.
object $language_update The update offer.