hi i wrote this hook and print_r form_values nothing .. pls help is this hook works or not..

Below is code written by me..
function hotel_booking_add_to_cart_data($form_values) {

print '

';
	print_r($form_values);
	exit;
	
}