@judgeme My main issue even with latest plugin is the fact that it syncs every new completed + cancelled order to judgeme review requests, but we never really use them!
It’s getting annoying when you have many orders per minute, disabling that hook saves a lot of performance on order fulfillment.
Make judgeme_order_cancelled_hook
and judgeme_order_completed_hook
optional is all am asking.
Also the plugin uses many KB of autoloaded data in wp_options table. This is a bad practice.