Function epl_property_the_address
Get the full address
Package: EPL\Functions\Templates
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 1.0
Since: 3.3.3 Revised.
Since: 3.4.8 Corrected separator location to appear AFTER the street name and options to control display.
Since: 3.4.9 Added option allowing passing of $full parameter as false to restrict output to street items only.
Hooked: epl_property_title
Hooked: property_tab_address
Located at lib/includes/template-functions.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 1.0
Since: 3.3.3 Revised.
Since: 3.4.8 Corrected separator location to appear AFTER the street name and options to control display.
Since: 3.4.9 Added option allowing passing of $full parameter as false to restrict output to street items only.
Hooked: epl_property_title
Hooked: property_tab_address
Located at lib/includes/template-functions.php
Parameters summary
boolean |
$full = true |
Set to false too only display the street address. |
boolean |
$street_separator = true |
Display the street separator. |
string |
$separator_symbol = ',' |
Symbol to use as the street separator, default is a comma. |