WC_Order::get_view_order_url()
Generates a URL to view an order from the my account page.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-order.php
public function get_view_order_url() { return apply_filters( 'woocommerce_get_view_order_url', wc_get_endpoint_url( 'view-order', $this->get_id(), wc_get_page_permalink( 'myaccount' ) ), $this ); }