-
-
Notifications
You must be signed in to change notification settings - Fork 488
Home
Juliette edited this page Feb 25, 2017
·
31 revisions
Welcome to the WordPress-Coding-Standards wiki!
Here you can learn things like how to:
- Customize the behaviour of WPCS using custom properties in your ruleset
- Fix errors relating to sanitizing input data, including:
- Sanitizing array input data.
-
Errors flagged by the
WordPress-VIP
ruleset. - Fix errors related to escaping, like how to:
-
Escape a
WP_Error
object. - And if all else fails, whitelist code that is being flagged with errors.