EDD_Payment::remove_download( int $download_id, array $args = array() )

Remove a download from the payment


Description Description


Parameters Parameters

$download_id

(Required) The download ID to remove

$args

(Optional) Arguments to pass to identify (quantity, amount, price_id)

Default value: array()


Top ↑

Return Return

(bool) If the item was removed or not


Top ↑

Source Source

File: includes/payments/class-edd-payment.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.