' . esc_html__('Settings saved.') . '
';
}
$tippy_options = array(
'top' => __('Top', 'wp-fullcalendar') . '-' . __('Center', 'wp-fullcalendar'),
'top-start' => __('Top', 'wp-fullcalendar') . '-' . __('Left', 'wp-fullcalendar'),
'top-end' => __('Top', 'wp-fullcalendar') . '-' . __('Right', 'wp-fullcalendar'),
'bottom' => __('Bottom', 'wp-fullcalendar') . '-' . __('Center', 'wp-fullcalendar'),
'bottom-start' => __('Bottom', 'wp-fullcalendar') . '-' . __('Left', 'wp-fullcalendar'),
'bottom-end' => __('Bottom', 'wp-fullcalendar') . '-' . __('Right', 'wp-fullcalendar'),
'left' => __('Left', 'wp-fullcalendar') . '-' . __('Center', 'wp-fullcalendar'),
'left-start' => __('Left', 'wp-fullcalendar') . '-' . __('Top', 'wp-fullcalendar'),
'left-end' => __('Left', 'wp-fullcalendar') . '-' . __('Bottom', 'wp-fullcalendar'),
'right' => __('Right', 'wp-fullcalendar') . '-' . __('Center', 'wp-fullcalendar'),
'right-start' => __('Right', 'wp-fullcalendar') . '-' . __('Top', 'wp-fullcalendar'),
'right-end' => __('Right', 'wp-fullcalendar') . '-' . __('Bottom', 'wp-fullcalendar'),
'auto' => __('Auto', 'wp-fullcalendar') . '-' . __('Center', 'wp-fullcalendar'),
'auto-start' => __('Auto', 'wp-fullcalendar') . '-' . __('Start', 'wp-fullcalendar'),
'auto-end' => __('Auto', 'wp-fullcalendar') . '-' . __('End', 'wp-fullcalendar'),
)
?>