Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Created March 21, 2016 10:56
Show Gist options
  • Save DustinHartzler/f192c2301fbc361c8723 to your computer and use it in GitHub Desktop.
Save DustinHartzler/f192c2301fbc361c8723 to your computer and use it in GitHub Desktop.
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