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?
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?