Last active
July 12, 2021 16:25
-
-
Save jorpdesigns/7dbdf77c81a21f67189f3c69af7d11a3 to your computer and use it in GitHub Desktop.
Function to remove WooCommerce order items permalink
This file contains hidden or 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 | |
add_filter( 'woocommerce_order_item_permalink', '__return_false' ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment