apply_filters( 'update_theme_complete_actions', array $update_actions, string $theme )

Filters the list of action links available following a single theme update.


Parameters

$update_actions

(array) Array of theme action links.

$theme

(string) Theme directory name.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.