On this page
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_actionsstring[]-
Array of theme action links.
$theme_infoWP_Theme-
Theme object for the last-updated theme.
Source
File: wp-admin/includes/class-bulk-theme-upgrader-skin.php. View all references
$update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info );
Related
Used By
| Used By | Description |
|---|---|
| Bulk_Theme_Upgrader_Skin::bulk_footer() wp-admin/includes/class-bulk-theme-upgrader-skin.php |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_bulk_theme_complete_actions