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



update_bulk_theme_complete_actions › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info )
Paramètres: (2)
  • (string[]) $update_actions Array of theme action links.
    Requis: Oui
  • (WP_Theme) $theme_info Theme object for the last-updated theme.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the list of action links available following bulk theme updates.





Source

$update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info );