How do I detect a new install or uninstall of a woocommerce plugin?
I haven’t find any reference in their documentation.
1 comment
Comments are closed.
How do I detect a new install or uninstall of a woocommerce plugin?
I haven’t find any reference in their documentation.
Comments are closed.
Yes there are two actions triggered upon plugins activation and deactivation. These are two the actions
activated_plugin
anddeactivated_plugin
You may use them like this
There is one more action triggered by woocommerce itself at the time activation