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
$update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.