开发者 |
9seeds
toddhuish vegasgeek jasonglaspey |
---|---|
更新时间 | 2019年3月2日 00:27 |
PHP版本: | 2.9 及以上 |
WordPress版本: | 5.1 |
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