Filter hook 'update_theme_complete_actions'

in WP Core File wp-admin/includes/class-theme-upgrader-skin.php at line 138

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-theme-upgrader-skin.php 138

Parameters

Type Name Description
string[] $update_actions Array of theme action links.
string $theme Theme directory name.

PHP Doc

/**
		 * Filters the list of action links available following a single theme update.
		 *
		 * @since 2.8.0
		 *
		 * @param string[] $update_actions Array of theme action links.
		 * @param string   $theme          Theme directory name.
		 */