PayPal IPN Hook Doesn’t Trigger
-
Hi, I’m trying to hook valid-paypal-standard-ipn-request but it doesn’t work.
I’ve added this code to functions.php in my theme, but it doesn’t trigger.add_action( ‘valid-paypal-standard-ipn-request’, ‘valid_paypal_standard_ipn_request_custom_callback’ );
function action_function_name_3322( $posted ){
file_put_contents( MY_ABS_PATH . “/debug.log”, “valid_paypal_standard_ipn_request_custom_callback\n” , FILE_APPEND | LOCK_EX );
}
Any suggestion? Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PayPal IPN Hook Doesn’t Trigger’ is closed to new replies.