How To Fix This Issue Please Help Me

Data Validation issues have been found. Do a global search for “echo $”.

All dynamic data must be correctly escaped for the context where it is rendered.

Please Fast Replay me

Hi!

All dynamic data must be correctly escaped for the context where it is rendered.

  • All dynamic data must be escaped with esc_attr() before rendered in an html attribute.
  • Whenever you are rendering a url to the screen its value must be passed through esc_url() first.
  • If dynamic data is rendered inside an attribute that triggers a JavaScript event, it must be escaped with esc_js()

These are simple safety rules.