WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about update_bulk_theme_complete_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-bulk-theme-upgrader-skin.php apply_filters 82 /**
* Filters the list of action links available following bulk theme updates.
*
* @since 3.0.0
*
* @param string[] $update_actions Array of theme action links.
* @param WP_Theme $theme_info Theme object for the last-updated theme.
*/

Hook Parameters

Parameter Type Name Description
string[] $update_actions Array of theme action links.
WP_Theme $theme_info Theme object for the last-updated theme.