Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core's view on plugin life-cycle #8

Open
szepeviktor opened this issue Apr 15, 2023 · 0 comments
Open

Core's view on plugin life-cycle #8

szepeviktor opened this issue Apr 15, 2023 · 0 comments

Comments

@szepeviktor
Copy link
Owner

szepeviktor commented Apr 15, 2023

  • getting the ZIP file, extracting files wp plugin install
  • ⚠️ Note the missing install event
  • activating (enable running) wp plugin activate register_activation_hook()
  • updating (getting the new ZIP, replacing files) wp plugin update upgrader_process_complete running in with the old verison
  • deactivating (stop running) wp plugin deactivate register_deactivation_hook()
  • uninstalling wp plugin uninstall register_uninstall_hook()
  • deleting files wp plugin delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant