Thursday, August 1, 2024

PHP releases

 https://www.apachelounge.com/viewtopic.php?t=6359

https://windows.php.net/downloads/releases/

SQL to delete all WooCommerce products except those with "draft" status

 -- Disable foreign key checks (important for InnoDB) SET     FOREIGN_KEY_CHECKS = 0;     -- Delete product meta DELETE     pm FROM     wp_p...