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



install_theme_complete_actions › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
参数: (4)
  • (string[]) $install_actions Array of theme action links.
    Required: Yes
  • (object) $api Object containing WordPress.org API theme data.
    Required: Yes
  • (string) $stylesheet Theme directory name.
    Required: Yes
  • (WP_Theme) $theme_info Theme object.
    Required: Yes
定义在:
文档:

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





源码

$install_actions = apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info );