Alternate solution by overriding plugin files:
In order to remove links form amenities at property listing layout follow the steps below:
-connect to your server and copy the following file \wp-content\plugins\motopress-hotel-booking\templates\single-room-type\attributes\facilities.php
– then navigate to \wp-content\themes\aquentro\ and create \hotel-booking plugin there.
– open just created \hotel-booking folder and create another folder called \single-room-type
– open just created \loop-room-type directory and create there \attributes\ folder, open it and paste the copied facilities.php file there.
– open facilities.php file you pasted with text editor
– find the line below
$facilityLink = sprintf( '<a href="%s">%s</a>', esc_url( $facilityLink ), $facility->name );
-replace it with the following line
$facilityLink = sprintf( '%s', $facility->name );
– save the changes in the file and preview your site.
We’d highly appreciate if you review Hotel Booking plugin https://www.ads-software.com/support/plugin/motopress-hotel-booking-lite/reviews/#new-post Thanks in advance