Wrong hook
-
Hi,
You’re using the “init” hook to start your plugin but many developers are using this hook to send emails so some of them will not be logged (depending on the priority and alphabetic order).
You should use the “plugins_loaded” hook instead which is called before the init hook and is the hook that we use to use to call the main class of a plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrong hook’ is closed to new replies.