Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Payment
  5. Action: wt_before_payment_process

Action: wt_before_payment_process

Fire before WP Travel payment processing.

Source

File: /inc/gateways/bank-deposit/bank-deposit.php
Used by: /inc/gateways/bank-deposit/bank-deposit.php, /inc/gateways/standard-paypal/class-wp-travel-gateway-paypal-request.php

Parameters
$booking_id

Example:

function prefix_wt_before_payment_process( $booking_id ) {
    // Code here.
}
add_action( ‘wt_before_payment_process', 'prefix_wt_before_payment_process’ );
Was this article helpful to you? Yes No

How can we help?