wp_authenticate_user
-
Hi,
Your plugin is actually using wp_authenticate_user incorrectly. This filter should pass 2 arguments. If you must use do_action with wp_authenticate_user please make sure you pass a second empty strings to remove any potential notices by other plugins.
do_action(‘wp_authenticate_user’, $user, ”);
Thank you,
Jonathan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_authenticate_user’ is closed to new replies.