woocommerce_get_return_url

woocommerce_get_return_url

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_get_return_url') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 267
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
         * @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.