Support

Home Forums Event Espresso Premium How can a user cancel their registration from the frontend?

How can a user cancel their registration from the frontend?

Posted: February 23, 2018 at 8:28 am


august.lannee

February 23, 2018 at 8:28 am

Hello,

I have the EE4 WP User Integration installed but I see no way that a user can cancel their registration. How is this accomplished?

Thanks!


Tony

  • Support Staff

February 23, 2018 at 8:40 am

Hi there,

Currently they can’t, they need to contact the event admin and have them do it for them.


august.lannee

February 23, 2018 at 8:46 am

Hi Tony,

Oke no worries – do you by any change know if we can somehow reuse some functionality from the Event Espresso classes within the frontend? And pointers to code being used for deregistering?

Thanks!

August,


Josh

  • Support Staff

March 2, 2018 at 1:09 pm

The methods that appear to be what’s used for canceling registration registrations are protected. A protected method is only accessed from the same class or the class children. You may be able to extend a Child class from the parent class to access those methods.

The methods are located in admin-pages/registrations/Registrations_Admin_Page.core.php

The support post ‘How can a user cancel their registration from the frontend?’ 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