From c5496439c791fe20e41929e1b8d89594d819e613 Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Sun, 1 Feb 2026 17:38:54 +0000 Subject: [PATCH] Require SitiDeliveryTimeNotice class in the main plugin file --- siti-delivery-time-notices.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/siti-delivery-time-notices.php b/siti-delivery-time-notices.php index 6f5b973..0ff3e21 100644 --- a/siti-delivery-time-notices.php +++ b/siti-delivery-time-notices.php @@ -11,7 +11,7 @@ * Plugin Name: Siti Delivery Time Notices * Plugin URI: https://plugins.robert.ooo/plugin/ * Description: A plugin to show delivery time notices on WooCommerce products. - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Roberto Guagliardo | SitiWeb @@ -48,4 +48,6 @@ $updater->set_owner( 'roberto' ); $updater->set_repository( SITI_DELIVERY_TIME_NOTICES_SLUG ); $updater->initialize(); +require_once plugin_dir_path( __FILE__ ) . 'includes/SitiDeliveryTimeNotice.php'; + SitiDeliveryTimeNotice::init(); \ No newline at end of file