Delete “reservation form” in the bottom of Accomodation

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Delete “reservation form” in the bottom of Accomodation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1151162
    Karl Jones
    Participant

    Hi,

    How can I delete this? https://snipboard.io/legyjD.jpg

    #1153665
    J. Davis
    Keymaster

    Hi Karl,

    Thanks for your question. You may add the line below to the functions.php file of the theme:

    remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderReservationForm' ), 50 );

    best regards,
    J. Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.