Skip to content

Instantly share code, notes, and snippets.

@SirDarcanos
Last active November 24, 2023 08:22
Show Gist options
  • Save SirDarcanos/7d08e244293b578061db to your computer and use it in GitHub Desktop.
Save SirDarcanos/7d08e244293b578061db to your computer and use it in GitHub Desktop.
WooCommerce Bookings Reminder Email, Changing the Due Date
<?php
add_filter('woocommerce_bookings_remind_before_days', function() {
return 3;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment