jbrinley / WP-Router

Routes paths to callback functions in WordPress
108 stars 27 forks source link

Remove all query vars when setting up WP Router page #7

Open jbrinley opened 11 years ago

jbrinley commented 11 years ago

If there are any submitted form values that overlap with WP's query vars, they will affect the final query and probably result in a 404. WP_Router_Page should strip out those query vars.