How to change headings without editing source code

Hi,

Is there any way to change the title ‘Checkout Options’ in the s2Member Pro. Is there any way to do this without editing the plugin source code?

It currently looks like this in the file:

<?php echo _x("Checkout Options", "s2member-front", "s2member"); ?>

Any way to change this with a hook or function?

Thanks in advance.

See this: https://s2member.com/kb-article/quick-translation-changing-wordsphrases/

Thanks! I’ll try it out :slight_smile: