Hello David!
Thanks a lot for your hard work on this plugin! I saw that you just released version 4.0 and I am interested in translations. I would love to translate the sentences from English to Spanish, but I don’t want to touch the core code of the plugin. Is there any way that I can do that? Any suggestions?
Thanks a lot for your help!
Best regards,
David.
Hello!
I was looking to another stuff and found something in the plugin code that might help.
$givingLevels = apply_filters ( ‘seamless_donations_giving_levels’, $builtinGivingLevels );
It seems that instead of using add_filter( 'dgx_donate_giving_levels', 'my_custom_giving_levels' ); you should use add_filter( 'seamless_donations_giving_levels', 'my_custom_giving_levels' );
Anyways, I’m not sure and have not tested. Just sharing something that might be of use to you.