I use the product ID as SKU on my shops. Is there a way to auto add the product ID as SKU when a new product is created.
Currently I am using a plugin for that but it adds a new row in WP_options table. I have more than 1000 rows now (with Autoload). I guess it might be having some performance impact so want to deactivate it and use code.