Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/25769d40181553b78dd778ed2b86d559 to your computer and use it in GitHub Desktop.
Save woogists/25769d40181553b78dd778ed2b86d559 to your computer and use it in GitHub Desktop.
[WooCommerce Bookings] Make calendar default to first available booking
/**
* 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' );
@californiakat
Copy link

Correct spelling of 'calender' to 'calendar' in

Will make the Bookings calender default to the month with the first available booking.

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