Description
OBSOLETE!! Use wpmem_default_text
instead.
Filters the default terms for user facing strings in the plugin. Can be used for managing translations.
Parameters
(array) (required) An array of any strings being changed from the defaults.
Defaults:
Usage
Use this filter to change the plugin’s default text strings as needed. You only need to return the array keys being changed from the defaults.
The following example changes the default values for the form headings (login and registration):
Changelog
Added in 3.1.0
Source
wpmem_default_text_strings is located in inc/class-wp-members.php