wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



update_bulk_theme_complete_actions › Hooks de Filtros WordPress

Desde3.0.0
Obsoleton/a
apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info )
Parâmetros: (2)
  • (string[]) $update_actions Array of theme action links.
    Required: Yes
  • (WP_Theme) $theme_info Theme object for the last-updated theme.
    Required: Yes
Definido em:
Codex:

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





Fonte

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