xwp / wp-widget-customizer

[OBSOLETE] Widget Customizer plugin for WordPress (now merged into Core)
http://wordpress.org/plugins/widget-customizer/
54 stars 18 forks source link

Eliminate use of filter_input() functions #74

Closed westonruter closed 10 years ago

westonruter commented 10 years ago

From @nacin in our widgets chat today:

I will warn you we don't really use filter_* would be much more aligned with core I don't know how many installs actually disable ext/filter; it just isn't our style

So we should access $_POST directly instead. Remember that this will mean we must wp_unslash().