wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



install_theme_complete_actions › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
Paramètres: (4)
  • (string[]) $install_actions Array of theme action links.
    Requis: Oui
  • (object) $api Object containing WordPress.org API theme data.
    Requis: Oui
  • (string) $stylesheet Theme directory name.
    Requis: Oui
  • (WP_Theme) $theme_info Theme object.
    Requis: Oui
Défini(e) dans:
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 );