<?php
/**
* Loop Template for the [ESPRESSO_EVENT_ATTENDEES] shortcode
*
* @package Event Espresso
* @subpackage templates
* @since 4.6.29
* @author Darren Ethier
*
* Template Args that are available in this template (yarr!)
* @type EE_Attendee[] $contacts
* @type EE_Event $event
* @type EE_Datetime|null $datetime an EE_Datetime object will be available if the the datetime_id attribute is set in the shortcode and the id matches a valid datetime.
* @type EE_Ticket|null $ticket an EE_Ticket object will be available if the the ticket_id attribute is set in the shortcode and the id matches a valid ticket.
* @type bool $show_gravatar whether to show gravatar or not.
*/
In the future can you please post large blocks of code into a gist or pastebin, then link here?
The code you posted here appears to be trying to access the data with the wrong array keys. It may help to add some debugging to your code to find the correct array keys. e.g. print_r($array);.
Viewing 1 reply thread
The support post ‘Customize Attendee List with Custom Question's Data in Serialized Array’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.