woocommerce_get_view_order_url, wc_get_endpoint_url( view-order, $this->get_id(

woocommerce_get_view_order_url, wc_get_endpoint_url( view-order, $this->get_id(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_view_order_url, wc_get_endpoint_url( view-order, $this->get_id(') is found 1 times:

  • /includes/class-wc-order.php line 2046
    	 *
    	 * @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