woocommerce_get_return_url

woocommerce_get_return_url

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_return_url') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 232
    		} else {
    			$return_url = wc_get_endpoint_url( 'order-received', '', wc_get_checkout_url() );
    		}
    
    		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.