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



update_bulk_theme_complete_actions › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info )
Parametri: (2)
  • (string[]) $update_actions Array of theme action links.
    Richiesto:
  • (WP_Theme) $theme_info Theme object for the last-updated theme.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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