The topic you linked to isn’t actually regarding the sold out event text. The sold out event text is actually
%1$s"%2$s" is currently sold out.%4$sPlease check back again later, as spots may become available.%3$s
There is an apply_filters() wrapped around this string, so you can instead do something like this:
add_filter(
'FHEE__EE_Ticket_Selector__display_ticket_selector_submit__sold_out_msg',
function() {
return 'Your text here';
}
);
Viewing 1 reply thread
The support post ‘Multi line message text for sold out event’ 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.