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.