Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function custom_wc_ajax_variation_threshold( $qty, $product ) {
  2. return 200;
  3. }
  4.  
  5. add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 );