Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save max-kk/d3b690f74f72ec74a98b1f32759b855d to your computer and use it in GitHub Desktop.
Save max-kk/d3b690f74f72ec74a98b1f32759b855d to your computer and use it in GitHub Desktop.
WOR - hide woocommerce_order_details_after_order_table
<?php
// COPY AFTER
add_filter('wccp__call__woocommerce_order_details_after_order_table', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment