incorrect wp_login action call
-
please replace string 1662
do_action('wp_login', $username);
to this one
do_action('wp_login', $username, $user);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘incorrect wp_login action call’ is closed to new replies.