Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active September 21, 2017 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/b8f77ee978a0e58386337e5895966577 to your computer and use it in GitHub Desktop.
Save Shelob9/b8f77ee978a0e58386337e5895966577 to your computer and use it in GitHub Desktop.
Example code for caldera_forms_pro_link_message filter. See: https://calderaforms.com/doc/caldera_forms_pro_link_message/
<?php
/**
* Translate Caldera Forms Pro "Download Form Entry As PDF" message to French.
*/
add_filter( 'caldera_forms_pro_link_message', function(){
return 'Télécharger la saisie au format PDF';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment