Created
July 7, 2024 14:37
-
-
Save shameemreza/59ee7831cca42b6e783ae48dfd946c87 to your computer and use it in GitHub Desktop.
Set all orders as processing in WooCommerce
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( 'woocommerce_order_item_needs_processing', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment