wpseek.com
WordPress开发者和主题制作者的搜索引擎



async_update_translation › WordPress过滤钩子

Since4.0.0
已弃用n/a
apply_filters( 'async_update_translation', $update, $language_update )
参数: (2)
  • (bool) $update Whether to update.
    Required: Yes
  • (object) $language_update The update offer.
    Required: Yes
定义在:
文档:

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





源码

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