wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



update_bulk_theme_complete_actions › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info )
Parameter: (2)
  • (string[]) $update_actions Array of theme action links.
    Erforderlich: Ja
  • (WP_Theme) $theme_info Theme object for the last-updated theme.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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