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/8c6f50cfdd12f5ae9fbd6bc411d901a6 to your computer and use it in GitHub Desktop.
Save rashmimalpande/8c6f50cfdd12f5ae9fbd6bc411d901a6 to your computer and use it in GitHub Desktop.
<?php
add_action('woocommerce_before_checkout_registration_form', 'ts_checkout_billing');
function ts_checkout_billing() {
echo '<h2>woocommerce_before_checkout_registration_form</h2>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment