Support

Home Forums Event Espresso Premium Custom Edit Attendee Record Page

Custom Edit Attendee Record Page

Posted: January 12, 2014 at 6:44 am

Viewing 4 reply threads


Hannes Schnitzer

January 12, 2014 at 6:44 am

Hi,

I’d like to modify the HTML structure of the edit registration page.
Unfortunately, it seems like attendee_edit_record() cannot be overridden in custom files directory. Even though i check if(!function_exists(attendee_edit_record)){ both in custom_functions.php and attendee_edit_record.php I still get an error:

Cannot modify header information - headers already sent by (output started at /MYFOLDER/wp-content/uploads/espresso/custom_functions.php:834) in /MYFOLDER/wp-includes/pluggable.php on line 896

Am I doing it wrong or is this simply not possible?

Thank you


Dean

January 13, 2014 at 2:56 am

Hi Hannes,

The function attendee_edit_record is NOT pluggable, so cannot be added to a custom_functions file/plugin.

There are also no relevant hooks/filters.

You *could* modify the file directly but as it is a core file, updates will over write your changes.

The error you are showing suggest that the PHP has not been done correctly. I would check that the if statement has been closed.


Hannes Schnitzer

January 13, 2014 at 6:52 am

I see. Is there any reason why it’s not pluggable? This makes it really difficult to have a matching custom registration and edit form.


Dean

January 14, 2014 at 3:53 am

Hi Hannes,

It hasn’t been coded to be pluggable, I’m sorry but I couldn’t tell you why. I can make a request for it to be made pluggable but with finite resources I am doubtful this will be done in the near future.


Hannes Schnitzer

January 14, 2014 at 3:56 am

For the moment it’s not vital to our page. I guess it will be pluggable in EE4 anyway. When is EE4 planned to be released?

Viewing 4 reply threads

The support post ‘Custom Edit Attendee Record Page’ 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