apply_filters( 'theme_install_actions', array $actions, WP_Theme $theme )

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


Parameters

$actions

(array) An array of theme action hyperlinks. Defaults are links to Install Now, Preview, and Details.

$theme

(WP_Theme) Theme object.


Source

File: wp-admin/includes/class-wp-theme-install-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.