rask / wprsrv

wprsrv is a reservations plugin for WordPress
http://www.wprsrv.org
Other
1 stars 0 forks source link

Validate that using raw $wpdb queries is fine #19

Open rask opened 9 years ago

rask commented 9 years ago

Currently some internal wprsrv data is fetched using raw queries with $wpdb. This has been done to keep things simpler and not having to instantiate WP_Query objects for something which does not need a "post loop".

This needs to be checked to make sure it is the correct way and does not open vulnerabilities and such to the system.