• Resolved benjaminniess

    (@benjaminniess)


    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)
  • Plugin Author Sudar Muthu

    (@sudar)

    Thanks for pointing it out.

    I have made this change in the current development version which will be released in a couple of weeks.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong hook’ is closed to new replies.