Monthly Archives: Februar 2026

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Posted in Uncategorized | 1 Comment

<?php /** * Datei: stonebreaker-pwa.php * Version: 1.7 (Mit Auto-Redirect für eingeloggte User) * Beschreibung: PWA Management inkl. Weiterleitung beim App-Start. */ if ( ! defined( ‘ABSPATH’ ) ) { exit; } class Stonebreaker_PWA_Manager { public function __construct() { add_action( … Continue reading

Posted in Allgemein | Kommentare deaktiviert für

<?php /** * Datei: stonebreaker-booking.php * Version: 3.11 (Mit Food-Lock UND Modell-Bearbeitung) * Funktion: Regelt Buchung, Stornierung und nachträgliche Modell-Änderungen. */ if ( ! defined( ‘ABSPATH’ ) ) { exit; } class Stonebreaker_Booking_Manager { public function __construct() { add_action( ‘init’, … Continue reading

Posted in Allgemein | Kommentare deaktiviert für