woocommerce / wc-smooth-generator

Smooth product, customer and order generation for WooCommerce
315 stars 49 forks source link

Fix function call with deprecated argument #32

Closed jrfnl closed 4 years ago

jrfnl commented 4 years ago

The second parameter of wp_upload_bits() has been deprecated since WP 2.0.0. null should be passed instead of a string.

Ref: https://developer.wordpress.org/reference/functions/wp_upload_bits/