Filter hook 'theme_install_actions'

in WP Core File wp-admin/includes/class-wp-theme-install-list-table.php at line 360

Description

Filters the install action links for a theme in the Install Themes list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-theme-install-list-table.php 360

Parameters

Type Name Description
string[] $actions An array of theme action links. Defaults are links to Install Now, Preview, and Details.
stdClass $theme An object that contains theme data returned by the WordPress.org API.

PHP Doc

/**
		 * Filters the install action links for a theme in the Install Themes list table.
		 *
		 * @since 3.4.0
		 *
		 * @param string[] $actions An array of theme action links. Defaults are
		 *                          links to Install Now, Preview, and Details.
		 * @param stdClass $theme   An object that contains theme data returned by the
		 *                          WordPress.org API.
		 */