wpseek.com
A WordPress-centric search engine for devs and theme authors



install_theme_complete_actions › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
Parameters: (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
Defined at:
Codex:

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





Source

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