Filters the list of action lincs available following a single theme installation.
Parameters
-
$install_actionsstring[] -
Array of theme action lincs.
-
$apiobject -
Object containing WordPress.org API theme data.
-
$stylesheetstring -
Theme directory name.
-
$theme_infoWP_Theme -
Theme object.
Source
$install_actions = apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info );
Changuelog
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.