Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jessepearson/1db1b699c8bb2fc0207cbfd178d0d797 to your computer and use it in GitHub Desktop.

Select an option

Save jessepearson/1db1b699c8bb2fc0207cbfd178d0d797 to your computer and use it in GitHub Desktop.
By default the current month will be shown on the WooCommerce Bookings calendar for performance reasons. This will default it to the month with the first available block.
<?php // do not copy this line
/**
* Will make the Bookings calender default to the month with the first available booking.
*/
add_filter( 'wc_bookings_calendar_default_to_current_date', '__return_false' );
@liammcluckie
Copy link

@jessepearson Thanks for the reply. Apologies for adding this here, for some reason I thought this thread was part of the plugin repo! I will get a ticket open with support. Cheers

@tfrank7
Copy link

tfrank7 commented Sep 27, 2023

I have the same problem here, after 2 years of usage. Very odd.

@liammcluckie
Copy link

@tfrank77 Just to let you know I have contacted WooCommerce support and they have replicated the bug. Their developers have been notified and are working on a fix. They have recommended rolling back to the previous version until this is patched

@tfrank7
Copy link

tfrank7 commented Sep 29, 2023

Just to let you know I have contacted WooCommerce
Brilliant news, thank you @liammcluckie.

@fscriven
Copy link

From woo: The filter was working on version 2.0.2 and stopped working when version 2.0.3 was released. Support sent me version 2.0.2 not sure if there is an official download source for old versions.

@jessepearson
Copy link
Author

@fscriven You can reach out to Woo support for a copy of the older version. They have an issue open for the bug, the issue number is 3695.

@tfrank7
Copy link

tfrank7 commented Oct 31, 2023

Thanks guys for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment