Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-theme-upgrader-skin.php | apply_filters | 138 | /** * Filters the list of action links available following a single theme update. * * @since 2.8.0 * * @param string[] $update_actions Array of theme action links. * @param string $theme Theme directory name. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $update_actions | Array of theme action links. |
string | $theme | Theme directory name. |