diff --git a/commons_bw.module b/commons_bw.module
index cf11247..2cb099d 100644
--- a/commons_bw.module
+++ b/commons_bw.module
@@ -288,6 +288,7 @@ function commons_bw_create_all_widget($group) {
   $links = array();
   // Collect definitions from implementing modules.
   $items = module_invoke_all('commons_bw_create_all_widget', $group);
+  drupal_alter('commons_bw_create_all_widget', $group, $items);
   uasort($items, 'element_sort');
   foreach ($items as $module => $item) {
     $links[] = $item['link'] . ' ' . $item['text'];
