{"pageProps":{"title":"update_theme_complete_actions","titleType":"Hook","type":"hooks","content":"

update_theme_complete_actions WordPress Action Hook

The update_theme_complete_actions hook is called after a theme has been updated.\n\nThis hook can be used to perform any actions that need to be done after a theme has been updated. For example, you could use this hook to clear the theme cache or run a database update.

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_actions

(string[])Array of theme action links.

$theme

(string)Theme directory name.


Top ↑

Source

File: wp-admin/includes/class-theme-upgrader-skin.php

View on Trac


Top ↑

Related


Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.
","description":"Filters the list of action links available following a single theme update.","sidebarFiles":{"Class":[{"componentTitle":"Theme_Upgrader_Skin","componentLink":"/reference/classes/theme_upgrader_skin","private":"","deprecated":""}],"Hook":[{"componentTitle":"update_theme_complete_actions","componentLink":"/reference/hooks/update_theme_complete_actions","private":"","deprecated":"","active":"active"}],"Class Method":[{"componentTitle":"Theme_Upgrader_Skin::__construct()","componentLink":"/reference/classes/theme_upgrader_skin/__construct","private":"","deprecated":""},{"componentTitle":"Theme_Upgrader_Skin::after()","componentLink":"/reference/classes/theme_upgrader_skin/after","private":"","deprecated":""}]}},"__N_SSG":true}