Support

Home Forums Event Espresso Premium change text in ticket selector

change text in ticket selector

Posted: March 21, 2019 at 3:33 pm

Viewing 1 reply thread


caccbob

March 21, 2019 at 3:33 pm

I found the answer for changing Qty to Select in another support post. I tried to duplicate that for changing Details to Registration Type but it did not work. Here is what I inserted in the functions.php file.

add_filter(
'FHEE__ticket_selector_chart_template__table_header_details',
function(){ return 'Registration Type'; }
);

Thanks.


Tony

  • Support Staff

March 21, 2019 at 3:35 pm

Hi there,

The hook to use for the ‘Details’ column would be:

FHEE__ticket_selector_chart_template__table_header_available_tickets

Viewing 1 reply thread

The support post ‘change text in ticket selector’ 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