/** * Plugin Name: Розклад богослужінь * Plugin URI: http://yourwebsite.com * Description: Плагін для відображення розкладу богослужінь на сайті. * Version: 1.0 * Author: Ваше ім'я * Author URI: http://yourwebsite.com * License: GPL2 */ function rozklad_bogosluzhinnya_get_schedule($atts) { $atts = shortcode_atts( array( 'id' => '', // Вибір розкладу за допомогою атрибута id ), $atts, 'rozklad' ); $id = sanitize_text_field($atts['id']); $file_path = plugin_dir_path(__FILE__) . 'rozklad.txt'; // Шлях до текстового файлу if (!file_exists($file_path)) { return 'Файл розкладу не знайдено!'; } $content = file_get_contents($file_path); // Шукаємо відповідний розклад за ID $escaped_id = preg_quote($id, '/'); $regex = '/\[\s*' . $escaped_id . '\s*\](.*?)(?=\[\s*|$)/s'; preg_match_all($regex, $content, $matches); if (isset($matches[1][0])) { $schedule_content = nl2br($matches[1][0]); // Додавання класів до елементів $schedule_content = preg_replace('/(MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY)/i', '$1', $schedule_content); $schedule_content = preg_replace('/(\d{1,2}:\d{2} (am|pm))/i', '$1', $schedule_content); $schedule_content = preg_replace('/(Divine Liturgy|Vespers|Great Vespers|Litia|Ukrainian|English)/i', '$1', $schedule_content); $schedule_content = preg_replace('/(HOLY DAYS|EVE OF FEASTS)/i', '$1', $schedule_content); $styled_schedule = '
'; $styled_schedule .= '
' . $schedule_content . '
'; $styled_schedule .= '
'; return $styled_schedule; } else { return 'Розклад не знайдений.'; } } add_shortcode('rozklad', 'rozklad_bogosluzhinnya_get_schedule'); add_action('wp_enqueue_scripts', 'rozklad_bogosluzhinnya_enqueue_styles'); function rozklad_bogosluzhinnya_enqueue_styles() { wp_enqueue_style('rozklad-bogosluzhinnya-styles', plugin_dir_url(__FILE__) . 'style.css'); } Школа українознавства ім. митрополита Андрея Шептицького - St. Joseph the Betrothed Ukrainian Catholic Church
logo_j.png

Українська греко-католицька парафія святого Йосифа Обручника

Address: 

5000 North Cumberland Ave Chicago, Illinois 60656

Phone: 

(773) 625-4805
E-mail:

@ 2009-2024. All Right Reserved. St. Joseph the Betrothed Ukrainian Catholic Church