Created
March 21, 2016 10:56
-
-
Save DustinHartzler/f192c2301fbc361c8723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function sv_wc_pip_after_customer_addresses_add_custom_field( $type, $action, $document, $order ) { | |
echo get_post_meta( $order->id, 'billing_wcj_checkout_field_1', true ); | |
} | |
add_action( 'wc_pip_after_customer_addresses', 'sv_wc_pip_after_customer_addresses_add_custom_field', 10, 4 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment