You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: