woocommerce_get_transaction_url, $return_url, $order, $this
woocommerce_get_transaction_url, $return_url, $order, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_transaction_url, $return_url, $order, $this') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 312
* @param string $return_url Transaction URL. * @param WC_Order|null $order Order object. * @return string */ return apply_filters( 'woocommerce_get_transaction_url', $return_url, $order, $this ); } /** * Get the order total in checkout and pay_for_order. * * @return float