Members 360 WP Documentation

After installing the plugin from the official WordPress repository, the following shortcodes will be available:


Sign In

[members-360-wp-sign-in theme="wpm360-theme-default" sign-up-link="true"]

Renders a simple but easy to use log in form.

Attributes (none required):

  • theme: (string) define the styling class to be used in the wrapper
  • sign-up-link: (boolean) true to display a sign up link

Sign Up

[members-360-wp-sign-up mode="basic" submit_label="Sign Up" theme="wpm360-theme-default"]

Displays a registration form.

Attributes (none required):

  • mode: (string) [basic,full] determine if all profile fields are presented on sign up or only a minimum set
  • theme: (string) define the styling class to be used in the wrapper
  • submit_label: (string) force a specific text to be shown in the submit button

Attributes available in the Pro version:

  • subscription: (number or string) ID or name given to the subscription that will be presented to the new user after registration

Account dashboard

[members-360-wp-account theme="wpm360-theme-default"]

Renders a basic account dashboard allowing the users to modify their information and view the active subscriptions (pro version only).

Attributes:

  • theme: (string) define the styling class to be used in the wrapper

Account profile

[members-360-wp-profile-edit mode="full" theme="wpm360-theme-default" submit_label="Modify"]

Attributes:

  • mode: (string) [basic,full] determine if all profile fields are presented or only a minimum set
  • theme: (string) define the styling class to be used in the wrapper
  • submit_label: (string) force a specific text to be shown in the submit button

Subscribe (PRO version only)

[members-360-wp-subscribe id="Members 360 WP Pro" allow_multiple_purchases="true"]

Present buttons to register and pay for a new subscription via a gateway (PayPal or Stripe).

Attributes:

  • id: (string or number) ID or name given to the subscription
  • test: (boolean) Activate gateway test payment mode
  • allow_multiple_purchases: (boolean) Allow the member to purchase the subscription multiple times (disabled by default)

Configure a subscription via Stripe

Configure a subscription via PayPal