• I understand I can hook the availability button like this:

    add_action( ‘hotel_booking_single_room_title’, array( $this, ‘single_add_button’ ), 9 );

    How do I hook the full room availability form instead of the button?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lee

    (@leehld)

    Hello @agahi1,

    add_action( ‘hotel_booking_single_room_title’, array( $this, ‘single_add_button’ ), 9 ); hook to add the availability button for each room. If you want to show full room availability form, you can do shortcode [hotel_booking] or use widget HB Search Room to do it. https://prntscr.com/jqyd92

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Adding the room search form instead of a button’ is closed to new replies.