update_theme_complete_actions, $update_actions, $this->theme
update_theme_complete_actions, $update_actions, $this->theme
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('update_theme_complete_actions, $update_actions, $this->theme') is found 1 times:
- /wp-admin/includes/class-theme-upgrader-skin.php line 138
* * @param string[] $update_actions Array of theme action links. * @param string $theme Theme directory name. */ $update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme ); if ( ! empty( $update_actions ) ) { $this->feedback( implode( ' | ', (array) $update_actions ) ); } } }