Support

Home Forums Event Espresso Premium Registration Time Limit?

Registration Time Limit?

Posted: September 19, 2018 at 1:23 pm

Viewing 2 reply threads


Larry Hyde

September 19, 2018 at 1:23 pm

We have a few large events that require our website admin to manually register as many as 30 people at a time. With typical office interruptions, this can take an hour or more. Today, after entering info for about 30 registrants, we got a message that basically said it took too much time to enter the registration and that we had to start over. Is there any way to change this time limit, so we have more time to complete the big registrations?


Josh

  • Support Staff

September 19, 2018 at 1:26 pm

Hi,

Yes, you can add the following PHP code to your site and it will extend that limit out to 120 minutes:

add_filter( 
'FHEE__EE_Session__construct___lifespan', 
'ee_change_reg_time_limit' 
);
function ee_change_reg_time_limit() {
 return 120 * MINUTE_IN_SECONDS;
}

You can add the above to a functions plugin.


Larry Hyde

September 19, 2018 at 1:27 pm

Whew, that was fast. Thanks very much!

Viewing 2 reply threads

The support post ‘Registration Time Limit?’ 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