Skip to content

Instantly share code, notes, and snippets.

@eagleyed
Created March 5, 2018 20:46
Show Gist options
  • Save eagleyed/b21b095f6162c3a532588d74c4594d3e to your computer and use it in GitHub Desktop.
Save eagleyed/b21b095f6162c3a532588d74c4594d3e to your computer and use it in GitHub Desktop.
Edit any order in woocommerce -- helpful in rare cases!!
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