redacademy / it-winter-2018

2 stars 2 forks source link

Escape functions & CFS #19

Open rcass opened 6 years ago

rcass commented 6 years ago

In your theme php files, remember to use escaping functions such as esc_html as a security standard (we want to make sure we are outputting what we think we are outputting).

Go through all your CFS calls in your php and wrap them in escaping functions