update_theme_complete_actions

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'update_theme_complete_actions', string[] $update_actions, string $theme )

Parameters Parameters

$update_actions

Array of theme action links.

$theme

Theme directory name.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply