Viewing 1 replies (of 1 total)
  • Hi Melinda,

    Just in case you didn’t catch my earlier reply on the Pro forums (and for anyone else that may be looking for this), try adding this snippet to the functions.php file of your theme:

    function my_em_text_rewrites($translation, $orig, $domain) {
    	str_replace('spaces','egistrants, 19+', $translation);
    	return $translation;
    }
    add_action ( 'gettext', 'my_em_text_rewrites', 1, 3 );
Viewing 1 replies (of 1 total)
  • The topic ‘Change the word "spaces"’ is closed to new replies.