Tagged Questions
2
votes
1answer
109 views
Sanitation needed for WP_Query or get_posts calls?
Just wanted to get a straight answer on this: when submitting query_vars to a call to get_posts or WP_Query, is sanitation needed or does WordPress already take care of that?
1
vote
1answer
382 views
Sanitizing search data for use with WP_Query
I'm using heavily-customised WordPress to drive a fishkeeping website.
I have two separate search areas: a site-wide search and a fish species search. The latter also has advanced search features ...