Collect API calls from multiple instances of a WordPress plugin
I've written a plugin which retrieves product info from the Amazon Product Advertising API via shortcode. When I retrieve the results from Amazon, I'm storing each individual product in a transient so that I don't need to make that particular…