Room-content / wp-hotelier
Sun Jan 23 2022 04:51:07 GMT+0000 (Coordinated Universal Time)
Saved by
@labelexe
<div id="room-details-<?php echo esc_attr($room->id); ?>" class="room__details room__details--listing">
<?php
/**
* hotelier_room_list_item_meta hook
*
* @hooked hotelier_template_loop_room_facilities - 10
* @hooked hotelier_template_loop_room_meta - 15
* @hooked hotelier_template_loop_room_conditions - 20
*/
do_action('hotelier_room_list_item_meta');
?>
</div>
<?php
/**
* hotelier_room_list_item_description hook
*
* @hooked hotelier_template_loop_room_short_description - 10
*/
//do_action('hotelier_room_list_item_description');
?>
content_copyCOPY
Comments