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