Filter hook 'install_theme_complete_actions'

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

Description

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

Occurrences

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

Parameters

Type Name Description
string[] $install_actions Array of theme action links.
object $api Object containing WordPress.org API theme data.
string $stylesheet Theme directory name.
WP_Theme $theme_info Theme object.

PHP Doc

/**
		 * Filters the list of action links available following a single theme installation.
		 *
		 * @since 2.8.0
		 *
		 * @param string[] $install_actions Array of theme action links.
		 * @param object   $api             Object containing WordPress.org API theme data.
		 * @param string   $stylesheet      Theme directory name.
		 * @param WP_Theme $theme_info      Theme object.
		 */