Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shameemreza/2de07a5a704cc867ec956d59048f7964 to your computer and use it in GitHub Desktop.
Save shameemreza/2de07a5a704cc867ec956d59048f7964 to your computer and use it in GitHub Desktop.
Set the default calendar to the first available booking in the current month in WooCommerce Bookings
add_filter( 'wc_bookings_calendar_default_to_current_date', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment