devowlio / wp-react-starter

🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
https://devowl.io/wp-react-starter/
Other
387 stars 51 forks source link

updateDbCheck in plugins_loaded hook #1

Closed matzeeable closed 6 years ago

matzeeable commented 6 years ago

The updateDbCheck is currently called in the init hook of WordPress. It should be in the plugins_loaded hook.