$this->is_active not reached
-
I tried to register a user with twentyseventeen template active. It worked as expected.
I then switched to my custom theme. I then registered another user and noticed that $template->the_errors was not shown in my template.
After some debugging I noticed that this->is_active on line 209 from includes/class-theme-my-login-template.php is not passed. So $this is not active.
Any idea how to solve this ? I’d like to show error notices.
- The topic ‘$this->is_active not reached’ is closed to new replies.