Inside WordPress a plugin always follows the following life circle:
It is possible to take advantage of it, to execute some code at one of these steps.
The activate logic is a logic that will be executed when the plugin is installed or re-activated.
Launchpad offers an easy way to add logic to execute on this step.
The deactivate logic activated when the plugin is disabled.
The uninstall logic is activated when the plugin is deleted.
Launchpad offers a module to add logic to execute on this step.
Last updated 1 year ago