I'm using Wordpress as CMS and have a checkout page where info is inserted into the db using $wpdb->insert. I have 2 questions:
- Is 'sql injection' already a part of that function or do I need to add my own code?
- Are there wordpress form input validation functions that I can use on my custom form?