php - Is it possible to put a time restriction on user detail changes on wordpress/

one text

i'm trying to limit users from being able to change their phone numbers to once every 90 days.

I've created the user fields and i believe I might have a might need a timestamp in the db for the last time the user changed that field but I'm not so good with MySQL so it's been hard. How do I go about this?

Source