Set the default calendar to the first available booking in the current month in WooCommerce Bookings

Set the default calendar to the first available booking in the current month in WooCommerce Bookings on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'wc_bookings_calendar_default_to_current_date', '__return_false' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.