Function epl_the_address
Display or retrieve the current listing address based on user display selection with optional markup.
Package: EPL\Functions\Global
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.3
Located at lib/includes/functions.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.3
Located at lib/includes/functions.php
Parameters summary
string |
$before = '' |
Optional. Markup to prepend to the title. Default empty. |
string |
$after = '' |
Optional. Markup to append to the title. Default empty. |
boolean |
$country = false |
Optional. Whether to echo or return country. Default false for country. |
boolean |
$echo = true |
Optional. Whether to echo or return the title. Default true for echo. |
Return value summary
string|
|
Current post title if $echo is false. |