gdarko / digital-license-manager

Extendable License Manager for WordPress and WooCommerce 🔑
https://wordpress.org/plugins/digital-license-manager/
GNU General Public License v3.0
24 stars 6 forks source link

Use 'paginate' method for WC_Product_Query instead of this #9

Closed gdarko closed 1 year ago

gdarko commented 2 years ago

Apparently WooCommerce supports paginate parameter in WC_Product_Query / wc_get_products that i didn't noticed earlier.

https://github.com/gdarko/digital-license-manager/blob/f9b728cdfa0831845bb864fde7b25460ef51f383/includes/Controllers/Dropdowns.php#L222