| @@ -1,7 +1,17 @@ | ||
| 1 | -<?php defined( 'ABSPATH' ) || exit; ?> | |
| 1 | +<?php | |
| 2 | +defined( 'ABSPATH' ) || exit; | |
| 2 | 3 | |
| 3 | -<div id="<?php echo esc_attr($wrapper_id); ?>" class="fcal_calendar_wrapper <?php echo esc_attr($wrapper_class); ?>"> | |
| 4 | +/** | |
| 5 | + * @var string $wrapper_id | |
| 6 | + * @var string $wrapper_class | |
| 7 | + * @var string $logo | |
| 8 | + * @var string $title | |
| 9 | + * @var string $description | |
| 10 | + */ | |
| 11 | +?> | |
| 12 | + | |
| 13 | +<div id="<?php echo esc_attr($wrapper_id); ?>" class="fcal_calendar_wrapper fcal_calendars <?php echo esc_attr($wrapper_class); ?>"> | |
| 4 | 14 | <div class="fcal_calendar_block_inner"> |
| 5 | 15 | <div style="display: none;" class="fcal_cals_wrap"> |
| 6 | 16 | <?php if (!empty($logo) || !empty($title) || !empty($description)): ?> |
| 7 | 17 | <div class="fcal_calendar_header"> |