The Calendar doesn't update color for booking
add_filter( 'brw_list_order_status', function(){ return array( 'wc-completed', 'wc-processing', 'wc-on-hold' ); } );add_filter( 'brw_list_order_status', function(){ return array( 'wc-completed' ); } );Last updated