Leave a Reply

2 comments

  1. Have you tried

    add_action( 'init', array( $this, 'auto_sign_in') );
    

    __CLASS__ returns the class name, not the class instance, so it only works for static functions.