WooCommerce custom plugin: Check for customer completed orders issue
I'm trying to write a simple plugin that would show new or returning customer information and the number of completed orders from the user. To do this, I created a folder called returning-customers.php and file with the same name. In…