wpseek.com
A WordPress-centric search engine for devs and theme authors



update_bulk_theme_complete_actions › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info )
Parameters: (2)
  • (string[]) $update_actions Array of theme action links.
    Required: Yes
  • (WP_Theme) $theme_info Theme object for the last-updated theme.
    Required: Yes
Defined at:
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 );