As of WP-Members 3.1, any shortcodes using the [wp-members] tag are obsolete. If any of the old tags are used on your site, you may notice entries in your error log indicating that the tag has been deprecated and replaced. Any shortcode using this tag should be replaced with more recent tags.
This is a list of obsolete tags and their equivalent replacements:
Previous | Replacement |
[wp-members page=”login”] | [wpmem_form login] |
[wp-members page=”register”] | [wpmem_form register] |
[wp-members page=”password”] | [wpmem_form password] |
[wp-members page=”user-profile”] | [wpmem_profile] |
[wp-members status=”in”] | [wpmem_logged_in] |
[wp-members status=”out”] | [wpmem_logged_out] |
[wp-members field=”meta_key”] | [wpmem_field field="meta_key"] or [wpmem_field meta_key] |
[wp-members page=”tos”] | [wpmem_tos] |
[wp-members page=”user-list”] | [wpmem_ul] |
While there are reasons for these changes, and it is best if you can change shortcode tags to the update tags above, if there are situations where this is problematic, you can potentially re-implement some of the old tags using the code snippet available here.