WC_Order::get_edit_order_url()
Get’s the URL to edit the order in the backend.
Description Description
Return Return
(string)
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 );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |