woogists
3/9/2018 - 4:17 PM

[WooCommerce Bookings] Make calendar default to first available booking

[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' );