Hi there,
I understand that there is a way we can echo the “prepend” or “append” to the front end. And I also read a similar forum here. However, the solution didn’t give me any luck with my code below. I wonder if anyone can please give me some guidance.
<?php if (get_sub_field("price_tag ['append']")):
echo get_sub_field("price_tag ['append']");
endif; ?>
This was called from a group, thus using the get_sub_field.