Filter hook 'install_theme_overwrite_actions'

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

Description

Filters the list of action links available following a single theme installation failure when overwriting is allowed.

Occurrences

Filename Line Number
wp-admin/includes/class-theme-installer-skin.php 378

Parameters

Type Name Description
string[] $install_actions Array of theme action links.
object $api Object containing WordPress.org API theme data.
array $new_theme_data Array with uploaded theme data.

PHP Doc

/**
		 * Filters the list of action links available following a single theme installation failure
		 * when overwriting is allowed.
		 *
		 * @since 5.5.0
		 *
		 * @param string[] $install_actions Array of theme action links.
		 * @param object   $api             Object containing WordPress.org API theme data.
		 * @param array    $new_theme_data  Array with uploaded theme data.
		 */