Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashmimalpande/ff46a53ac86b8fa5e8d001db8857db9d to your computer and use it in GitHub Desktop.
Save rashmimalpande/ff46a53ac86b8fa5e8d001db8857db9d to your computer and use it in GitHub Desktop.
<?php
add_action('woocommerce_checkout_billing', 'ts_checkout_billing');
function ts_checkout_billing() {
echo '<h2>woocommerce_checkout_billing</h2>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment