Can i use the same sanitize function on multiple theme mod textboxes?
As i can see, your inputs are all the same (textbox) and most likely return the same type of data ( some human-readable text ), so i don’t think you need different functions. One will do it all, unless you have checkbox, radio buttons, HTML input, etc which might need different types of sanitation (such … Read more