01/15/2016 at 6:03 pm
#361364
Keymaster
@ George
You can not use the “block” functions … you have to use the “data” functions:
$entry->getAddresses()
$entry->getPhoneNumbers()
$entry->getEmailAddresses()
$entry->getIm()
$entry->getSocialMedia()
$entry->getLinks()
$entry->getDates()
The block echo out the HTML and the data returns array containing the data.
Hope that helps!