update_bulk_theme_complete_actions WordPress Action Hook

The update_bulk_theme_complete_actions hook is called after all themes in a bulk update have been processed.

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

(string[])Array of theme action links.

$theme_info

(WP_Theme)Theme object for the last-updated theme.


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.