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



install_theme_overwrite_actions › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data )
Paramètres: (3)
  • (string[]) $install_actions Array of theme action links.
    Requis: Oui
  • (object) $api Object containing WordPress.org API theme data.
    Requis: Oui
  • (array) $new_theme_data Array with uploaded theme data.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the list of action links available following a single theme installation failure when overwriting is allowed.





Source

$install_actions = apply_filters( 'install_theme_overwrite_actions', $install_actions, $this->api, $new_theme_data );