Main menu

Filter the "Last Translator" credit in generated PO files

This allows developers to override the translator credit. This may be preferable if a site owner wants to forcefully redact personal information from files, or prevent translators adding their own details.


add_filter('loco_current_translator', function(){ return 'The Localization Team'; } );

See also

Last updated by