Custom field does not work with latest update
-
Hello, after the latest update our custom field to add NIF/VAT to invoice does not work anymore.
I had to revert to older version.
This is the code that I’m currently using:
add_filter( 'wpo_wcpdf_billing_address', 'incluir_nif_en_factura' ); function incluir_nif_en_factura( $address ){ global $wpo_wcpdf; echo $address . '<p>'; $wpo_wcpdf->custom_field( 'NIF', 'NIF: ' ); echo '</p>'; }
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom field does not work with latest update’ is closed to new replies.