EDD PDF Vouchers Developer Docs

“EDD PDF Vouchers” Documentation by “WPWeb”

Filter Reference

[an error occurred while processing this directive]

edd_vou_check_vou_productinfo_fields

This filter allows you to add / delete any column in product info table on check voucher code page. The filter includes three parameter $fields, $order_id, $voucher_code.

edd_vou_check_vou_voucherinfo_fields

This filter allows you to add / delete any column in vouher info table on check voucher code page. The filter includes three parameter $fields, $order_id, $voucher_code.

edd_vou_check_vou_buyerinfo_fields

This filter allows you to add / delete any column in buyer info table on check voucher code page. The filter includes three parameter $fields, $order_id, $voucher_code.

edd_vou_check_vou_orderinfo_fields

This filter allows you to add / delete any column in order info table on check voucher code page. The filter includes three parameter $fields, $order_id, $voucher_code.

edd_vou_get_pdf_sizes

This filter allows you to add custom pdf size instead of predefined sizes. The filter includes one parameter, $pdf_szes which is an array containing PDF sizes with width, height and fontsize parameter.

edd_vou_used_add_column

This filter allows you to add column in Used Voucher Codes list table. The filter includes one parameter $columns which is an array of all columns.