Database Tips

Clean Options AutoLoads
Follow the link below for a details article on how to cleanup your database autoload options. https://kinsta.com/knowledgebase/wp-options-autoloaded-data/
Mon, 5 Nov, 2018 at 3:45 PM
Delete All Zero Order Customers WooCommerce
SQL to run below (change table name to your prefix) DELETE from ulj_users where ulj_users.ID not in ( SELECT meta_value FROM ulj_postmeta WHERE meta_k...
Tue, 15 Nov, 2022 at 5:41 AM