WC_Order::get_edit_order_url()

Get’s the URL to edit the order in the backend.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-order.php

	public function get_edit_order_url() {
		return apply_filters( 'woocommerce_get_edit_order_url', get_admin_url( null, 'post.php?post=' . $this->get_id() . '&action=edit' ), $this );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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