apply_filters( ‘update_theme_complete_actions’, string[] $update_actions, string $theme )

In this article

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

Parameters

$update_actionsstring[]
Array of theme action links.
$themestring
Theme directory name.

Source

$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.