How do I validate extra pin field on my WordPress login form page?
I’m assuming that where you said “I need help to validate/connect the new custom field to a data column in wp_users called serials” that you actually meant wp_usermeta field where the meta key is “serials”. To validate any additional fields as part of the login, you use the wp_authenticate_user filter. Start by checking to see … Read more