• 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> );

    https://ww.wp.xz.cn/plugins/simple-login-log/

The topic ‘Action-Hook init (init_login_actions) Priority’ is closed to new replies.