woocommerce_get_edit_order_url, $edit_url, $this

woocommerce_get_edit_order_url, $edit_url, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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.
    	|--------------------------------------------------------------------------