update_bulk_plugins_complete_actions

update_bulk_plugins_complete_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('update_bulk_plugins_complete_actions') is found 1 times:

  • /wp-admin/includes/class-bulk-plugin-upgrader-skin.php line 81
    		 *
    		 * @param string[] $update_actions Array of plugin action links.
    		 * @param array    $plugin_info    Array of information for the last-updated plugin.
    		 */
    		$update_actions = apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info );
    
    		if ( ! empty( $update_actions ) ) {
    			$this->feedback( implode( ' | ', (array) $update_actions ) );
    		}
    	}
    }