apply_filters( 'update_bulk_theme_complete_actions', string[] $update_actions , WP_Theme $theme_info )
Filters the list of action links available following bulk theme updates.
Parameters
- $update_actions
-
Array of theme action links.
- $theme_info
-
Theme object for the last-updated theme.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |