• Resolved bekimhealfit

    (@bekimhealfit)


    Hi all

    is it possible to rename RSVP? for example when you are on a event and scroll down to book your place there is RSVP and the quantity. The Word “RSVP” is not so nice. Do anyone know how i can change the word “RSVP” to another word like “Book now”

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    There is a filter for the label used for RSVPs. You can change it in most places as in the following examples:

    add_filter( ‘tribe_get_rsvp_label_singular’, function($label){
    return ‘wombat’;
    });

    add_filter( ‘tribe_get_rsvp_label_plural’, function($label){
    return ‘wombats’;
    });

    Just modify as needed and add to your child theme’s functions.php file.

    Hope that helps!

    Best,
    Sky

    Hi skyshab,
    i have the same problem. I add the filters to my child theme’s functions.php, but name rsvp is not changed.

    what can I do?

    greetinxxxx

    Hi skyshab,
    the same problem with the translation ‘RSVP Here’

    greetinxxxx

    Via “loco translate” Plugin problem fixed

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change name of RSVP’ is closed to new replies.