02/05/2019 at 3:55 pm
#483684
Keymaster
@ Craig
Since you are using the cMap template, open this file:
../wp-content/plugins/connections-cmap/card.php
The difference from the code in my last reply is that I am using the “block” equivalents which render the HTML. Son in the template you’ll find this $entry->getAddressesBlock();
Since you want the raw data, you would use $addresses = $entry->getAddresses(); instead.
Hope that makes sense.
