Action-Hook init (init_login_actions) Priority
-
If possible please raise priority for the
init hook in simple-login-log.php to 1.This will make the plugin more compatible to third-party
software that overwrites login functionality. I’ve read that
other people also have the problem that the plugin could not
log anything if other plugins are hooked to *init*.//Init login actions add_action( 'init', array($this, 'init_login_actions'), <strong>1</strong> );
The topic ‘Action-Hook init (init_login_actions) Priority’ is closed to new replies.