Created
July 30, 2021 17:01
-
-
Save max-kk/d3b690f74f72ec74a98b1f32759b855d to your computer and use it in GitHub Desktop.
WOR - hide woocommerce_order_details_after_order_table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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