Woocommerce PDF Vouchers Developer Docs

“Woocommerce PDF Vouchers” Documentation by “WPWeb”

woo_vou_redeemed_voucher_code

This action runs after voucher code gets redeemed and can be used to implement any functionality after code gets redeemed.

The filter accepts one parameter:

  • $voucodeid - the numerical ID of the voucher code

Here is the example to save custom meta after voucher code is redeemed as follow: