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



update_theme_complete_actions › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )
参数: (2)
  • (string[]) $update_actions Array of theme action links.
    Required: Yes
  • (string) $theme Theme directory name.
    Required: Yes
定义在:
文档:

Filters the list of action links available following a single theme update.





源码

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