woocommerce_get_view_order_url

woocommerce_get_view_order_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_view_order_url') is found 1 times:

  • /includes/class-wc-order.php line 1906
    	 *
    	 * @return string
    	 */
    	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 );
    	}
    
    	/**
    	 * Get's the URL to edit the order in the backend.
    	 *
    	 * @since 3.3.0