update_theme_complete_actions

过滤钩子
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )

update_theme_complete_actions:此操作钩子在主题更新完成后触发。 它可用于在主题更新后执行其他操作,例如记录更新或发送通知。

过滤单一主题更新后可用的动作链接列表。

$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );

常见问题

FAQs
查看更多 >