WC_Order::get_view_order_url()

Generates a URL to view an order from the my account page.


Description Description


Return Return

(string)


Top ↑

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 );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.