[bec_unit_url]
Prints only the URL text for a unit permalink, merging current bec_* query arguments—perfect inside href="".
Where to put it
Listing grids, navigation menus built from HTML blocks, buttons in page builders that accept shortcodes inside attributes.
Attributes
| Attribute | Default | Meaning |
|---|---|---|
unit_id | 0 | Units post ID; 0 uses loop context. |
Examples
<a href="[bec_unit_url]">View property</a>
[bec_unit_url unit_id="321"]
(Some builders require enabling shortcode execution inside HTML widgets.)
CSS hooks
None — raw URL output.
Tips
Developers can adjust via bec_shortcode_unit_url filter.
Ensure destination templates actually render [bec_booking_summary] or related blocks so visitors land with usable checkout UI.