woocommerce_get_transaction_url

woocommerce_get_transaction_url

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_transaction_url') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 250
    		if ( ! empty( $this->view_transaction_url ) && ! empty( $transaction_id ) ) {
    			$return_url = sprintf( $this->view_transaction_url, $transaction_id );
    		}
    
    		return apply_filters( 'woocommerce_get_transaction_url', $return_url, $order, $this );
    	}
    
    	/**
    	 * Get the order total in checkout and pay_for_order.
    	 *
    	 * @return float