You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line is invalid and won't correctly instantiate PasswordHash. It will likely produce a fatal error because PasswordHash is a class name, not a function name.
This line is invalid and won't correctly instantiate
PasswordHash. It will likely produce a fatal error becausePasswordHashis a class name, not a function name.sucuri-wordpress-plugin/src/event.lib.php
Line 811 in 8fcaa6b
It's missing the
newkeyword.