Closed GaryJones closed 2 years ago
get_acm_tag()
action_acm_tag()
$echo
shortcode()
false
Closes #94.
get_acm_tag()
method.action_acm_tag()
method now just echoes the result of a call toget_acm_tag()
. It no longer supports an$echo
parameter.shortcode()
method now calls and returnsget_acm_tag()
, instead ofaction_acm_tag()
with afalse
echo parameter.Closes #94.