Copied the code from wp-content/plugins/wp-hotel-booking-booking-room/inc/class-hb-booking-room.php and added like below to
wp-content/plugins/wp-hotel-booking/templates/content-single-room.php
<?php add_action( 'hotel_booking_single_room_title', array( $this, 'single_add_button' ), 9 );?>
Above code added after
<?php do_action( 'hotel_booking_after_single_product' ); ?>
But in single room page, button is not showing.
Already ticked in WP hotel booking > Settings > Enable book in single room
-
This reply was modified 7 years ago by sibichan.