Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Custom Edit Attendee Record Page | Event Espresso - Staging Server

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

  • Support Staff

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

  • Support Staff

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 - Staging Server