Vendor My Booking Tab

Add hook code to functions.php file in child theme

Display Completed and Pending, Canceled in manage booking of customer

add_filter( 'get_list_booking_user_current_status', function(){ return array( 'Completed', 'Pending', 'Canceled ); } );

Last updated