• How can I change some of the default text like ‘Existing Users Log In’ to ‘Existing Members Log In’ etc.

    I can do this directly by editing the class-wp-members.php file directly which I know is not the right way to do this. So how do I over-ride the default text that will be maintained after any future updates are applied.

    Cheers

    https://wordpress.org/plugins/wp-members/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    All front facing text can be filtered in various places in the plugin. Since you mentioned editing the class-wp-members.php file (and have the good sense to know that’s not the appropriate way to do it), if you scan down just a few more lines you’ll see the wpmem_default_text_strings filter which would allow you to set up a filter function to change any or all of those strings:

    http://rocketgeek.com/plugins/wp-members/docs/filter-hooks/wpmem_default_text_strings/

    I have a new premium extension in development that will add a Text Editor tab to the plugin’s admin that will provide users a simple approach to customizing all of these strings in the admin panel. Like all of the plugin’s extensions, it will be available to premium support subscribers. The beta version is currently available to support subscribers upon request.

    Thread Starter GregW

    (@gwmbox)

    Thanks, I can see the filter option, cheers

    Excellent news about the premium option, it will save time and be far more easier to manage any future edits required.

    Please report back here when the premium version is stable and usable 🙂

    Plugin Author Chad Butler

    (@cbutlerjr)

    Please report back here when the premium version is stable and usable 🙂

    It is now stable and usable 😉

    Currently, as all of the premium extensions, it is available to support subscribers.

    You can read more here:
    http://rocketgeek.com/plugins/wp-members/extensions/editor/

    Feedback from users who have tried it out has been very positive.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change default text like Existing Users Log In’ is closed to new replies.