WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_install_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-theme-install-list-table.php apply_filters 359 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $actions An array of theme action links. Defaults are
stdClass $theme An object that contains theme data returned by the