mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-07-16 22:15:36 +08:00
https://learndash.com/support/kb/add-ons/woocommerce-add-on/woocommerce/#h-how-to-disable-auto-complete-for-orders-with-learndash-courses
1 line
77 B
Text
1 line
77 B
Text
add_filter( 'learndash_woocommerce_auto_complete_order', '__return_false' );
|