$^V0\|Q]V\>2V8]|[V]>hy@y@y@y@z@h:@t"{s"8@pk@pk@@P@X;@Pt"[n"`o"\n"@o"p}n"pk@pk@yo"zo"/@zo"Hzo"2@o"p"8@t"0|s"o" -l"Xrm"Pǔ@Pǔ@@y@@[VP5?@[V`5?s^V`@7R\V07p_VPP7B^V7d{^V)7^0^V`7Ы[V7<`Vp7^VCu"@8p_VpP8B_V``8BЫ[V8<$^VP8|Q]V8> [V@8*P[V`9k g\Vh:Ds^Vt"p:R\V:p$\VP:tЫ[V:<]V:G\VP:t@[V`P:\V`:t[V:<$^V:|Q]V:> [V:*P[V;k g\V0<Ds^Vt"@<R\V@<p$\VP<tЫ[VP<<]VP`<G\V`P<t@[V`Pp<\Vp`<t[V<<$^V0<|Q]V0<> [V<*P[V=k g\V>Ds^Vt" >R\V8>p$\VP>tЫ[V><]V>G\VP>t@[V`PH>\V`>t[V><$^VX>|Q]V>>2Vh@|[V@>@p"xp"o"@pp"Оs"@0t"@y@@@@p"X֒@p@!@P!@H@@@y@@@@@p"X֒@xx@!@P!@@@s"@y@@@@p"X֒@xx@!@P!@ations. * * @since 6.4.0 */ public function get_feed() { $this->container->make( Notifications::class )->get_feed(); } /** * AJAX handler for dismissing notifications. * * @since 6.4.0 */ public function handle_dismiss() { $this->container->make( Notifications::class )->handle_dismiss(); } /** * AJAX handler for marking notifications as read. * * @since 6.4.0 */ public function handle_read() { $this->container->make( Notifications::class )->handle_read(); } /** * AJAX handler for marking all notifications as read. * * @since 6.4.0 */ public function handle_read_all() { $this->container->make( Notifications::class )->handle_read_all(); } /** * Adds the opt in/out control to the general tab debug section. * * @since 6.1.1 * * @param array $fields The fields for the general tab Debugging section. * * @return array The fields, with the optin control appended. */ public function filter_tribe_general_settings_debugging_section( $fields ): array { $telemetry = tribe( Telemetry::class ); $telemetry->init(); $status = $telemetry::get_status_object(); $opted = $status->get( Telemetry::get_plugin_slug() ); switch ( $opted ) { case Status::STATUS_ACTIVE: $attributes = [ 'disabled' => 'disabled', 'checked' => 'checked', ]; break; default: $attributes = []; break; } $tooltip = esc_html__( 'Enable this option to receive notifications about The Events Calendar, including updates, fixes, and features. This is enabled if you have opted in to Telemetry.', 'tribe-common' ); /** * Filter the tooltip text for the IAN opt-in setting. * * @since 6.4.0 */ $tooltip = apply_filters( 'tec_common_ian_setting_optin_tooltip', $tooltip ); $fields['ian-notifications-opt-in'] = [ 'type' => 'checkbox_bool', 'label' => esc_html__( 'In-App Notifications', 'tribe-common' ), 'tooltip' => $tooltip, 'default' => false, 'validation_type' => 'boolean', 'attributes' => $attributes, ]; return $fields; } } BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Tierhilfe - ECPv6.15.0.1//NONSGML v1.0//EN CALSCALE:GREGORIAN METHOD:PUBLISH X-WR-CALNAME:Tierhilfe X-ORIGINAL-URL:https://www.tierhilfeweidenberg.de/en X-WR-CALDESC:Events for Tierhilfe REFRESH-INTERVAL;VALUE=DURATION:PT1H X-Robots-Tag:noindex X-PUBLISHED-TTL:PT1H BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:20260329T010000 END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:20261025T010000 END:STANDARD END:VTIMEZONE BEGIN:VEVENT DTSTART;TZID=Europe/Berlin:20260502T090000 DTEND;TZID=Europe/Berlin:20260502T180000 DTSTAMP:20260319T161002 CREATED:20260315T075802Z LAST-MODIFIED:20260315T075915Z UID:4987-1777712400-1777744800@www.tierhilfeweidenberg.de SUMMARY:Flohmarkt Bayreuth DESCRIPTION:Wir freuen uns\, wieder dabei sein zu dürfen.Ihr findet uns diesmal an Stand 282 (ausschließlich am Samstag!). URL:https://www.tierhilfeweidenberg.de/en/event/flohmarkt-bayreuth-7/ LOCATION:Volksfestplatz\, Friedrich-Ebert-Straße\, 95448 Bayreuth END:VEVENT BEGIN:VEVENT DTSTART;TZID=Europe/Berlin:20260503T100000 DTEND;TZID=Europe/Berlin:20260503T180000 DTSTAMP:20260319T161002 CREATED:20260315T145752Z LAST-MODIFIED:20260315T145837Z UID:4991-1777802400-1777831200@www.tierhilfeweidenberg.de SUMMARY:Maimarkt Pegnitz 🌼 DESCRIPTION:Wir laden euch ganz ❤️-lich ein\, uns an unserem Stand am Pegnitzer Maimarkt zu besuchen 🌷. URL:https://www.tierhilfeweidenberg.de/en/event/maimarkt-pegnitz-%f0%9f%8c%bc/ END:VEVENT END:VCALENDAR