Adding the room search form instead of a button
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Adding the room search form instead of a button’ is closed to new replies.