c_ws_plugin__s2member_paypal_notify_in
public class c_ws_plugin__s2member_paypal_notify_in
3.5
( 1 Method ) Method Summary | |
---|---|
public static null | Handles PayPal® IPN processing. |
public static null paypal_notify()
Handles PayPal® IPN processing.
These same routines also handle s2Member Pro/PayPal® Pro operations; giving you the ability (as needed) to Hook into these routines using WordPress® Hooks/Filters; as seen in the source code below.
Please do NOT modify the source code directly. Instead, use WordPress® Hooks/Filters.
For example, if you'd like to add your own custom conditionals, use:
add_filter ("ws_plugin__s2member_during_paypal_notify_conditionals", "your_function");
3.5
add_action("init");
null - Or exits script execution after handling IPN procesing.
s2Member's PayPal® IPN handler (inner processing routines).