This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Group Subscriptions

Description

What is WP Group Subscription ?

WGS is a free and paid membership management solution designed from the outset to manage, in addition to traditional individual subscription, group membership registration into a single subscription.

Getting started

Once your plugin is installed and have configured it in settings, you still have a few steps to get started:

  1. Edit a first plan in Dashbord > Plans > New Plan and save it.
  2. Write inside a page or a post content the shortcode [wgs-plans][/wgs-plans] in order to display the plan on the front-end side.
  3. Inside an other page or post, wrap a content that should be visible only for wgs members by the shortcode [wgs-restricted][/wgs-restricted].

Now, a user can access to the plan thanks to the page with [wgs-plans], click on the “Sign up” button, follow all registration steps and after to log in, see the content wrapped by [wgs-restricted].

See DOCUMENTATION
See about Premium features

Features

  • Admin

    • Plans management
    • Members management
    • Subscribers management
    • Paypal payments management
  • Settings

    • Currency
    • Paypal
    • Page Profile
  • Front-end

    • Quick display of plans on a page thanks the shortcode [wgs-plans][/wgs-plans]
    • Automatic redirection on the right form (Single or Group Subscription)
    • Paypal payment
    • Login page
    • Profile page
  • Security for forms

    • Warning to advise administrator about enabling HTTPS for WS Form Pages
    • Native client-side validation for inputs : patterns and lengths checking
    • Server-side validation for inputs : patterns and lengths checking
    • Repeat password
    • Repeat email
    • password hashing

Screenshots

  • plan editor admin page
  • subscriber editor admin page
  • member editor admin page
  • display of plans list
  • plan form
  • profile page

Installation

  1. Upload WP Group Subscriptions
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin by the settings menu.
  4. Enjoy it!

FAQ

How to display the list of plans on the front-end side?

To insert the published plans as cards on your website, you must to write the shortcode [wgs-plans][/wgs-plans] in a page or a post.

The “Sign up” plan button does not redirect to show the right form, how can I fix this?

Unfortunately, for some reasons, sometimes that happens. You need to go to Settings > Permalinks and save again. Normally, that fixes the bug.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Group Subscriptions” is open source software. The following people have contributed to this plugin.

Contributors

“WP Group Subscriptions” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “WP Group Subscriptions” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1.7

  • BUG FIX: activate/deactivate license key without an addon
  • ENHANCEMENT: .htaccess to block text or config files access

0.1.6

  • BUG FIX: login/logout redirection header already sent.
  • ENHANCEMENT: Redirection in profile page
  • BUG FIX: link to sign out page in plan list when the member is logged in.
  • ENHANCEMENT: Link to documentation and premium features in readme.txt

0.1.5

  • BUG FIX: Replaced some file paths in ajax function config.
  • FEATURE: Options to display the message or not for restricted content if the member is not logged in.
  • BUG FIX: Display modal for premium features in settings.

0.1.4

  • BUG FIX: Repaired filter for forms working with the recaptcha addon
  • BUG FIX: Remove the modal object display in settings.js inside the browser console

0.1.3

  • Long description in readme.txt

0.1.2

  • Small fix in readme.txt

0.1.1

  • FAQ in readme.txt

0.1.0

  • First stable version with basic features
  • Plans, Members, Subscription management
  • Profile page…