On this page
apply_filters( 'update_theme_complete_actions', string[] $update_actions, string $theme )
Filters the list of action links available following a single theme update.
Parameters
$update_actionsstring[]-
Array of theme action links.
$themestring-
Theme directory name.
Source
File: wp-admin/includes/class-theme-upgrader-skin.php. View all references
$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );
Related
Used By
| Used By | Description |
|---|---|
| Theme_Upgrader_Skin::after() wp-admin/includes/class-theme-upgrader-skin.php | Action to perform following a single theme update. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_theme_complete_actions