Filter hook 'update_bulk_theme_complete_actions'

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

Description

Filters the list of action links available following bulk theme updates.

Occurrences

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

Parameters

Type Name Description
string[] $update_actions Array of theme action links.
WP_Theme $theme_info Theme object for the last-updated theme.

PHP Doc

/**
		 * Filters the list of action links available following bulk theme updates.
		 *
		 * @since 3.0.0
		 *
		 * @param string[] $update_actions Array of theme action links.
		 * @param WP_Theme $theme_info     Theme object for the last-updated theme.
		 */