On this page
apply_filters( 'theme_install_actions', string[] $actions, stdClass $theme )
Filters the install action links for a theme in the Install Themes list table.
Parameters
$actionsstring[]-
An array of theme action links. Defaults are links to Install Now, Preview, and Details.
$themestdClass-
An object that contains theme data returned by the WordPress.org API.
Source
File: wp-admin/includes/class-wp-theme-install-list-table.php. View all references
$actions = apply_filters( 'theme_install_actions', $actions, $theme );
Related
Used By
| Used By | Description |
|---|---|
| WP_Theme_Install_List_Table::single_row() wp-admin/includes/class-wp-theme-install-list-table.php | Prints a theme from the WordPress.org API. |
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/theme_install_actions