PATH: /wp-content/plugins/squat-radar-calendar-integration/includes/squat-radar-formatter.php In dem Block der Datumsangabe wurde das Tag/Monat und Jahr separiert. (Und deutsche Zeitangaben) private static function field_date_format($time, $start_end, $time_only = FALSE) { $date_format = get_option('squat_radar_date_format', 'd.m.'); $year_format = get_option('squat_radar_date_format', 'Y'); $time_format = get_option('squat_radar_time_format', 'H:i'); // Remove offset to stop time being converted to UTC. $time = substr($time, 0, -6); $output = ''; if ( ! $time_only ) { $output .= ''; $output .= date_i18n($date_format, strtotime($time)); $output .= ' '; $output .= ''; $output .= date_i18n($year_format, strtotime($time)); $output .= ' '; } Links werden im anderen Tab geöffnet (target="_blank" hinzufügen) static public function field_link_html($value, $original, $field, $context) { if ( ($field[0] == 'title' || $field[0] == 'title_field') && ! empty($context['event']['url'])) { return '' . sanitize_text_field( $value ) . ''; } if ($field[0] == 'url' && count($field) == 1) { return '' . __('more…', 'squat-radar') . ''; } css squat-radar.css important entfernen .squat-radar a.squat-radar-url-more:hover { color: white !important; }