woocommerce_get_transaction_url

woocommerce_get_transaction_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_get_transaction_url') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 293
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
         * @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