v2.2.001

New Feature:

Added a new HTTP POST capability, i4w_clearuser

This HTTP POST capability is meant to be used from within Infusionsoft when a user cancels a subscription.

In addition to removing any subscription related tasks, you can “Send an HTTP Post” to your plugin to have the subscriber also be removed locally from WordPress.

Once you remove the membership tags from within Infusionsoft, that subscriber will no longer be able to login to your membership, even if there is a local record.

If you want to keep things neat, then this HTTP POST is for you. You can run it manually, one at a time or as part of an action set.

Usage:

http://www.yoursite.com?i4w_clearuser=123abc

123abc are the first six characters of your API key for confirmation purposes.

Scroll to Top