apply_filters( 'install_theme_complete_actions', array $install_actions , object $api , string $stylesheet , WP_Theme $theme_info )
Filters the list of action links available following a single theme installation.
Parameters
- $install_actions
-
Array of theme action links.
- $api
-
Object containing ClassicPress.net API theme data.
- $stylesheet
-
Theme directory name.
- $theme_info
-
Theme object.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |