Skip to content

Instantly share code, notes, and snippets.

@rashmimalpande
Last active May 29, 2019 09:48
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/f6872a68eb214b0012d29765de6b1756 to your computer and use it in GitHub Desktop.
Save rashmimalpande/f6872a68eb214b0012d29765de6b1756 to your computer and use it in GitHub Desktop.
<?php
add_action('woocommerce_checkout_shipping', 'ts_checkout_shipping');
function ts_checkout_shipping() {
echo '<h2>woocommerce_checkout_shipping</h2>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment