Created
March 9, 2018 16:17
-
-
Save woogists/25769d40181553b78dd778ed2b86d559 to your computer and use it in GitHub Desktop.
[WooCommerce Bookings] Make calendar default to first available booking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct spelling of 'calender' to 'calendar' in