add_action('give_gateway_paypro', function ($purchase_data) { error_log('PayPro gateway reached'); // Test if hook fires wp_redirect('https://google.com'); // Test if redirect works exit; });