mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://stackoverflow.com/questions/75857155/woocommerce-deactivate-status-automatically-setting-as-complete-for-downloadabl/75857810
1 line
74 B
Text
1 line
74 B
Text
add_filter( 'woocommerce_order_item_needs_processing', '__return_true' );
|