wpmem_default_text_strings

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:
[gist id=99fc86243af68b5146c82ae4cfbf0e89 file=wpmem_default_text_strings__defaults.php]

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):

[gist id=99fc86243af68b5146c82ae4cfbf0e89 file=wpmem_default_text_strings.php]

Changelog

Added in 3.1.0

Source

wpmem_default_text_strings is located in inc/class-wp-members.php