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