woocommerce_get_edit_order_url, $edit_url, $this
woocommerce_get_edit_order_url, $edit_url, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_edit_order_url, $edit_url, $this') is found 1 times:
- /includes/class-wc-order.php line 2062
* Filter the URL to edit the order in the backend. * * @since 3.3.0 */ return apply_filters( 'woocommerce_get_edit_order_url', $edit_url, $this ); } /* |-------------------------------------------------------------------------- | Order notes. |--------------------------------------------------------------------------