• Resolved adrianomicci

    (@adrianomicci)


    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

    • This topic was modified 3 years, 3 months ago by adrianomicci.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PayPal IPN Hook Doesn’t Trigger’ is closed to new replies.