
WP-Chargify allows users to integrate the Chargify service with WordPress.
FAQ
What are the new fangled filters I keep hearing about?
Add extra fields to the bottom of the register forms
filter: 'chargify_signup_form_extra'
Input: HTML Form, chargify options, $_REQUEST
Return: Form appended with extra fields
Turn off the redirect/login call after successful payment
filter: 'chargify_auto_login'
Input: true
Return: true/false
Allows the username to be set from the new filtered form
filter: 'chargify_signup_username'
Input: email address
Return: Alternate username
Allows the password to be set via the new form.
filter: 'chargify_signup_pass'
Input: Random standard 12 character WP password
Return: Alternate defined password
ChangeLog
2.1
- Test up to WP 5.1
- Change hard curl calls to wp_remote_request
2.0.10
2.0.9
- Fix for TLS 1.2 – Force 1.2 and display error if system doesn’t support it
2.0.8
- Fix inifinite slashes in chargify product forms
2.0.7
2.0.6
2.0.5
- Add filter to change the signup form
- Add filter to disable automatic login after purchase
2.0.4
- Make the plugin safe to use with Ampersands in names
2.0.3
- Add the ability to pass in pre-selected plan to order form
2.0.2
- Fix cancellations so they are effective no matter where they happen
2.0.1
- Fix an naked API key
- Fix some warnings
2.0
- Partially protect content with shortcodes
- Drip content based on number of days after purchase date
- Clean up settings page and simplify the steps for setup
- Added an easy to access help section
1.0.4
- Refactor for WP 4.1.1
- Automatically create and login user on subscription creation
- Prepare for the new hotness which will be dubbed…2.0
1.0.3
1.0.2
- Remove default accountingcodes
- Improve email address/username checking
- Improve error handling before posting to chargify
- Clean up display if no subscriptions are found
1.0.1
- Remove hard coded image call
- Continue hoping no one noticed hard coded image call