pre_auto_update

动作钩子
do_action( 'pre_auto_update', $type, $item, $context )
参数
  • (string) $type The type of update being checked: 'core', 'theme', 'plugin', or 'translation'.
    Required:
  • (object) $item The update offer.
    Required:
  • (string) $context The filesystem context (a path) against which filesystem access and status should be checked.
    Required:
定义位置
相关勾子
wp_maybe_auto_updateprofile_updateauto_update_typethemes_auto_update_enabledwpmu_blog_updated
相关方法
wp_maybe_auto_updatefind_core_auto_updatecore_auto_updates_settingswp_get_auto_update_messagewp_ajax_toggle_auto_updatesget_author_template
引入
4.4.0
弃用
-

pre_auto_update:这是WordPress的一个过滤钩子,允许你在自动更新系统检查和安装更新之前修改它所使用的参数。这个钩子在自动更新系统运行之前被触发,允许你修改或取消更新过程。

在自动更新之前立即触发。

do_action( 'pre_auto_update', $type, $item, $context );

常见问题

FAQs
查看更多 >