On this page
apply_filters( 'install_theme_complete_actions', string[] $install_actions, object $api, string $stylesheet, WP_Theme $theme_info )
Filters the list of action links available following a single theme installation.
Parameters
$install_actionsstring[]-
Array of theme action links.
$apiobject-
Object containing WordPress.org API theme data.
$stylesheetstring-
Theme directory name.
$theme_infoWP_Theme-
Theme object.
Source
File: wp-admin/includes/class-theme-installer-skin.php. View all references
$install_actions = apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info );
Related
Used By
| Used By | Description |
|---|---|
| Theme_Installer_Skin::after() wp-admin/includes/class-theme-installer-skin.php | Action to perform following a single theme install. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/install_theme_complete_actions