How I traced container network traffic to debug API calls posted under Software debuggingDocker I needed to capture the exact HTTP request being sent from a container to an API. This is how I logged it.
Finding products with duplicate variations in WooCommerce posted under Code debuggingMySQLWooCommerce Oh no, you've just re-imported a product CSV without checking the "update" flag and now some products have duplicate variations. Here's what to do.