From df525a70842a70ad85c50163ab28e19042611804 Mon Sep 17 00:00:00 2001 From: Vlad Bejenaru Date: Wed, 19 Feb 2025 21:26:25 +0100 Subject: [PATCH] commented out not finalized features --- includes/woo-out-of-office-functions.php | 5 +++-- includes/woo-out-of-office-options.php | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/includes/woo-out-of-office-functions.php b/includes/woo-out-of-office-functions.php index a22785e..2c4dfd4 100644 --- a/includes/woo-out-of-office-functions.php +++ b/includes/woo-out-of-office-functions.php @@ -121,7 +121,7 @@ function woo_out_of_office_show_on_check_out_page( $order ) { } - +/* add_action('wp_head', 'woo_out_of_office_show_on_top_bar'); function woo_out_of_office_show_on_top_bar() { @@ -140,4 +140,5 @@ function woo_out_of_office_show_on_top_bar()