wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



install_theme_complete_actions › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
Parametri: (4)
  • (string[]) $install_actions Array of theme action links.
    Richiesto:
  • (object) $api Object containing WordPress.org API theme data.
    Richiesto:
  • (string) $stylesheet Theme directory name.
    Richiesto:
  • (WP_Theme) $theme_info Theme object.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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