Support

Home Forums Event Espresso Premium change button text

change button text

Posted: October 1, 2020 at 10:57 pm


safework

October 1, 2020 at 10:57 pm

Hi is there a simple was to change the button text – see – https://www.loom.com/share/ad9ab465365e4e3895aa5d5dc1492219

Thanks ๐Ÿ™‚


Tony

  • Support Staff

October 2, 2020 at 5:06 am

Hi there,

Yes, it is possible to change the ‘View Details’ text, you can do it using the snippet shown here:

https://eventespresso.com/wiki/customize-checkout-registration-button-text/#register-now

So in your case you’ll need something like:

function ee_view_details_button() {
 return 'Register Now';
}

add_filter ('FHEE__EE_Ticket_Selector__display_view_details_btn__btn_text', 'ee_view_details_button');

You can add that to a custom functions plugin, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

The support post ‘change button text’ 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