How to change “Bookmark this Job” to “Save this Job” in wordpress?

 
    add_filter('gettext', 'translate_text');

    function translate_text($translated) { 
    $translated = str_ireplace('Bookmark This %s', 'Save this Job', $translated); 
    return $translated; 
    }

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This