The [ESPRESSO_EVENT_ATTENDEES] shortcode returns the attendee name. I would like to see additional details like email and phone number.
There is documentation in your forums that says I can make a modified version of the content-espresso_event_attendees.php file in a child theme, but what I want is a variation on the above shortcode so that show just name in some places and more details in other places.
Is there a way of accomplishing this without creating a child theme?
AND
The code returns a $contact object. What are the properties of that object?
RELATED: is there a way to get the total number of attendees that match the status code in the shortcode? E.G. [ESPRESSO_EVENT_ATTENDEES status=RAP show_count=TRUE] (only the count returned instead of the list).
Is there a way of accomplishing this without creating a child theme?
Yes, you can put the template into /wp-content/uploads/espresso/templates and it will check there.
The code returns a $contact object. What are the properties of that object?
Those are actually the EE_Attendee object. There’s quite a bit of data and some available methods that can be used there, so instead of making a big long list maybe you can let us know what you’re after? I gather you’re looking for the phone number, and that’s in ATT_phone.
RELATED: is there a way to get the total number of attendees that match the status code in the shortcode? E.G.
No that would be something that could be done with another short code.
Viewing 1 reply thread
The support post ‘Event Attendee Details’ 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.