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