WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about install_theme_complete_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-theme-installer-skin.php apply_filters 184 /**
* Filters the list of action links available following a single theme installation.
*
* @since 2.8.0
*
* @param string[] $install_actions Array of theme action links.
* @param object $api Object containing WordPress.org API theme data.
* @param string $stylesheet Theme directory name.
* @param WP_Theme $theme_info Theme object.
*/

Hook Parameters

Parameter Type Name Description
string[] $install_actions Array of theme action links.
object $api Object containing WordPress.org API theme data.
string $stylesheet Theme directory name.
WP_Theme $theme_info Theme object.