Function epl_the_under_offer
Display or retrieve the under offer label 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 formatted Under Offer label. Default empty. |
string |
$after = '' |
Optional. Markup to append to the formatted Under Offer label. Default empty. |
boolean |
$echo = true |
Optional. Whether to echo or return the formatted Under Offer label. Default true for echo. |
Return value summary
string|
|
Current post title if $echo is false. |