• Resolved Begin

    (@bentalgad)


    If put that:

    add_action('paypal_ipn_for_wordpress_ipn_response_handler', 'paymentfailed_todos', 10, 1);
    function paymentfailed_todos($posted) {
    
    // Just a test
    
    }

    In my functions.php my site crushes (getting 500). any ideas?

    • This topic was modified 6 years, 8 months ago by Begin.
Viewing 1 replies (of 1 total)
  • Thread Starter Begin

    (@bentalgad)

    Sorry, turns out it’s a plugin conflict! (adding same hook to plugin makes it crush)

Viewing 1 replies (of 1 total)
  • The topic ‘Putting function in functions.php breaks the site’ is closed to new replies.