add_filter( 'woocommerce_ajax_variation_threshold', 'custom_variation_limit' ); function custom_variation_limit( $limit ) { return 200; // or higher if needed }
Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.