Title: theme_install_actions
Published: April 25, 2014
Last modified: May 20, 2026

---

# apply_filters( ‘theme_install_actions’, string[] $actions, stdClass $theme )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#wp--skip-link--target)

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

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#parameters)󠁿

 `$actions`string[]

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

`$theme`stdClass

An object that contains theme data returned by the WordPress.org API.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#source)󠁿

    ```php
    $actions = apply_filters( 'theme_install_actions', $actions, $theme );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/class-wp-theme-install-list-table.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-admin/includes/class-wp-theme-install-list-table.php#L361)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/class-wp-theme-install-list-table.php#L361-L361)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#related)󠁿

| Used by | Description | 
| [WP_Theme_Install_List_Table::single_row()](https://developer.wordpress.org/reference/classes/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](https://developer.wordpress.org/reference/hooks/theme_install_actions/?output_format=md#changelog)󠁿

| Version | Description | 
| [3.4.0](https://developer.wordpress.org/reference/since/3.4.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Ftheme_install_actions%2F)
before being able to contribute a note or feedback.