Created
March 5, 2018 20:46
-
-
Save eagleyed/b21b095f6162c3a532588d74c4594d3e to your computer and use it in GitHub Desktop.
Edit any order in woocommerce -- helpful in rare cases!!
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
add_filter( 'wc_order_is_editable', '__return_true', 99999 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment