When is a Plugin Class Contsructor fired on a WP site
Question
I’m trying to build a cache for data captured by a plugin I am writing and I have some questions on when are plugin constructors fired when word press uses them?
I see three options:
- When the plugin is activated on the site.
- When the web page server is accessed by a client.
- When the client accesses the plugin specific features.
Thanks ahead of time, and details are appreciated.
0
2 months
0 Answers
7 views
0
Leave an answer
You must login or register to add a new answer .