woocommerce_get_return_url, $return_url, $order
woocommerce_get_return_url, $return_url, $order
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_return_url, $return_url, $order') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 286
* @param string $return_url Return URL. * @param WC_Order|null $order Order object. * @return string */ return apply_filters( 'woocommerce_get_return_url', $return_url, $order ); } /** * Get a link to the transaction on the 3rd party gateway site (if applicable). * * @param WC_Order $order the order object.