You are here

function colorbox_fullcalendar_options_process in FullCalendar 7.2

Same name and namespace in other branches
  1. 8 fullcalendar_options/includes/colorbox.fullcalendar.inc \colorbox_fullcalendar_options_process()
  2. 8.3 fullcalendar_options/includes/colorbox.fullcalendar.inc \colorbox_fullcalendar_options_process()

Implements hook_fullcalendar_options_process().

File

fullcalendar_options/includes/colorbox.fullcalendar.inc, line 83
Provides extra FullCalendar configuration options for Colorbox.

Code

function colorbox_fullcalendar_options_process(&$variables, &$settings) {
  if (empty($settings['colorbox']['colorbox'])) {
    unset($settings['colorbox']);
  }
}