• Resolved Ircsome

    (@ircsome)


    Evaluating the free version.

    Please don’t take offense πŸ™‚ but my user doesn’t like the word ‘Booking’.

    I realize that I could do a translation of everything, but is this the best way to make this one change?

    Thanks for what looks like a great plugin.

    http://ww.wp.xz.cn/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Glad your enjoying the plugin πŸ™‚

    Try adding this code snippet to the functions.php file of your theme. Just replace NEWWORD with the word you want to use instead of bookings.

    function my_em_text_rewrites($translation, $orig, $domain) {
    	str_ireplace('booking','NEWWORD', $translation);
    	return $translation;
    }
    add_action ( 'gettext', 'my_em_text_rewrites', 1, 3 );
    Plugin Support angelo_nwl

    (@angelo_nwl)

    or try formatting option at Events > Settings > Formatting > Events

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Translate or?’ is closed to new replies.