c_ws_plugin__s2member_paypal_notify_in_subscr_or_rp_cancellation_w_level
public class c_ws_plugin__s2member_paypal_notify_in_subscr_or_rp_cancellation_w_level
110720
( 1 Method ) Method Summary | |
---|---|
public static array|bool | cp(array $vars) s2Member's PayPal® IPN handler (inner processing routine). |
public static array|bool cp(array $vars)
s2Member's PayPal® IPN handler (inner processing routine).
110720
array $vars - Required. An array of defined variables passed by s2Member\PayPal → c_ws_plugin__s2member_paypal_notify_in::paypal_notify().
array|bool - The original $paypal
array passed in (extracted) from $vars
, or false when conditions do NOT apply.
Optimize with empty()
and isset()
.
s2Member's PayPal® IPN handler (inner processing routine).