Support

Home Forums Event Espresso Premium Custom column "ATT_short_bio" in registrations overview for admin

Custom column "ATT_short_bio" in registrations overview for admin

Posted: July 13, 2018 at 5:28 am


Markahn

July 13, 2018 at 5:28 am

Hi Espresso Team
Since our staff desires this custom field in the registrations backend I tried to retrieve the ATT_short_bio, but failed.
I am referring to the following script – which I inserted in my own already workin plugin.
https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/bc_add_custom_column_to_admin_list_table.php

In the Class constrution in EE_Attendee.class.php I´ve seen that there isn´t a function to return that value like:
$info = $attendee->ATT_short_bio();

Could you please advice? Thank you very much!
Regards, Markus


Markahn

July 13, 2018 at 6:47 am

OK – sorry, got it myself in the meantime.
The solution is:
$info = $attendee->get(‘ATT_short_bio’);

The support post ‘Custom column "ATT_short_bio" in registrations overview for admin’ 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.

Event Espresso