strangerstudios / pmpro-vat-tax

Calculate VAT tax at membership checkout with Paid Memberships Pro. Allows customers with a VAT Number to avoid the tax.
https://www.paidmembershipspro.com/add-ons/vat-tax/
8 stars 20 forks source link

BUG FIX: Fatal error when exporting orders #22

Closed eighty20results closed 7 years ago

eighty20results commented 7 years ago

Would have been good to have tested the order export first... Also, why wrap a simple preg_match_all() function call (which is fast) with a custom function that does the same (which is slow)? - i.e. pmpro_getMatches(). It has absolutely no additional value nor does it improve ease of use.