wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



install_theme_complete_actions › Hooks de Filtros WordPress

Desde2.8.0
Obsoleton/a
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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