How is it possible to change the text ‘Details’ <div class='event-tickets'> on registration form. Via ‘translation’ the change has also impact on other pages, that is not what I want.
Other words:
For <th id="details-2038" scope="col" class="ee-ticket-selector-ticket-details-th">Details</th> ‘Details’ => ‘Tickets’ , only for Event-tickets
Changes that text to be ‘Available Tickets’, just set the string to whatever you prefer (in this case just ‘Tickets’) and add that to a custom functions plugin on your site, we have some documentation on creating one here:
Can I find a list of functions like my_add_text_to_ticket_header_function() somewhere?
That’s a custom function specifically for that example gist, we don’t have functions for every filter π
..and filters π
There are thousands (roughly 3k) of hooks (both actions and filters) within Event Espresso and we currently don’t have a list of them. That’s also not including all of the WP Core hooks that can be
You can use something like Debug Bar with the Actions and Filters add-on to list out all of the hooks ‘fired’ on the current request which should help you find the relevant hooks for the output you are on.
The hook names also follow a specific format if that helps:
The support post ‘Change text specific on Registation Form – Event Tickets’ 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.