Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-theme-installer-skin.php | apply_filters | 372 | /** * Filters the list of action links available following a single theme installation failure * when overwriting is allowed. * * @since 5.5.0 * * @param string[] $install_actions Array of theme action links. * @param object $api Object containing WordPress.org API theme data. * @param array $new_theme_data Array with uploaded theme data. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $install_actions | Array of theme action links. |
object | $api | Object containing WordPress.org API theme data. |
array | $new_theme_data | Array with uploaded theme data. |