To get started, we want to build a plugin that will run when WooCommerce is activated on a site. If WooCommerce is not active, we don't want our plugin to run, because that's a waste of processing power.
We're going to create a plugin and then we'll configure it to only load when WooCommerce is active. We need to start by creating a plugin file.