Currently, when the event registration date has not yet been reached the ticket selector and the registration button are hidden. By using the following filter the ticket selector is show: add_filter( 'FHEE__ticket_selector_chart_template__hide_ticket_selector', '__return_false' );
However, I would like to have the registration button shown, but in a disabled state. Thus, people can see this is a registrationable event, but the registration is not yet possible.
I thought about hooking the event details hook(s) and adding a pseudobutton as long as the registration date has not been reached.
Could you please tell me which file and which hook I have to address?
Thanks.
The support post ‘Which hook in order to modify event details 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.
Support forum for Event Espresso 3 and Event Espresso 4.