iMember360

Credit Card Add Redirect

add_action('i4w_cportal_ccard_add_success', 'ccard_added'); function ccard_added($array) { header( 'Location: http://www.apple.com' ) ; }   OR   add_action('iclient360_ccard_add_success', 'ccard_added'); function ccard_added($array) { header( 'Location: http://www.apple.com' ) ; }

iMember360 Password Base Characters

The default character set used for passwords is shown in iM360 Utilities, Show Environment, iMember360 Constants, I4W_PASSOWRD_BASE If you wish to change that follow the instructions here: http://releases.imember360.com/v4-4-002/

Use Cookies in WordPress

[i4w_cookie_set upsell='12345'] [i4w_ifcookie cookie='upsell' val='12345'] You have to add the code above as TEXT - not as RAW HTML If you need to REMOVE a cookie, just change its value so a condition test won't be true Cookies last for 60 minutes