admin管理员组

文章数量:1289881

I'm only starting with WordPress development so please be gentle :)

I'm using the Amelia Booking plugin and am trying to change the string "On-site (Bank Transfers Only)" which is defined in the getCommonStrings() function in the plugin's translations.php file as follows:

'on_site' => __('On-site (Bank Transfers Only)', 'wpamelia')

This is not a problem at all to change it right there but I will lose my changes after every plugin update I guess.

So, I was thinking to add those changes to the child theme somehow, but I have no idea how to proceed. Can you please point me out the correct way of doing this? Thanks so much. Kind Regards

本文标签: How can I change a translation for a string in a plugin