array()); // Ignore this module (suppress warnings) because we cannot do anything // about it's update status as it has been abandoned and we are not going // to stop using it. if ($site_id == 12) { $ignore['updates'][] = 'node_embed'; } return $ignore; } /** * Implements hook_prod_monitor_project_data_alter(). * * Allows modules to alter the data being calculated for a project. * * @see _prod_monitor_calculate_project_data(). */ function hook_prod_monitor_project_data_alter($site_id, &$data, $available) { }