File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# WC Free Gift Coupons Bulk Coupon Generator
22
3- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/2c6de0b116fc421287600a34db137666 )] ( https://app.codacy.com/gh/EngineScript/wc-free-gift-coupons-bulk-coupons-generator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
3+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/0d4ba2d43e6e4ee1b2171879388e8cbe )] ( https://app.codacy.com/gh/EngineScript/wc-free-gift-coupons-bulk-coupons-generator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
44[ ![ License] ( https://img.shields.io/badge/License-GPL%20v3-green.svg?logo=gnu )] ( https://www.gnu.org/licenses/gpl-3.0.html )
55[ ![ WordPress Compatible] ( https://img.shields.io/badge/WordPress-6.5%2B-blue.svg?logo=wordpress )] ( https://wordpress.org/ )
66[ ![ PHP Compatible] ( https://img.shields.io/badge/PHP-7.4%2B-purple.svg?logo=php )] ( https://www.php.net/ )
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ private function get_products_for_dropdown() {
499499 if ( false === $ product_options ) {
500500 $ args = array (
501501 'post_type ' => 'product ' ,
502- 'posts_per_page ' => 1000 , // Reasonable limit.
502+ 'posts_per_page ' => 100 , // Reasonable limit.
503503 'post_status ' => 'publish ' ,
504504 'orderby ' => 'title ' ,
505505 'order ' => 'ASC ' ,
You can’t perform that action at this time.
0 commit comments