Revert 65e83537cac18c76ce7ec3d5958b14521d897e44...ee716cb1554788d400aa2e087f06736f3808ad5c on Home

Gabrielle Demberck 2022-07-28 17:40:03 +03:00
parent ee716cb155
commit d87da1c49c

10
Home.md

@ -2,14 +2,14 @@ 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](https://tracker.iplocation.net/jazv/)
- [Fix errors relating to sanitizing input data](https://tracker.iplocation.net/jazv/), including:
- [Sanitizing array input data](https://tracker.iplocation.net/jazv/).
- [Customize the behaviour of WPCS using custom properties in your ruleset](Customizable-sniff-properties)
- [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including:
- [Sanitizing array input data](Sanitizing-array-input-data).
- Fix errors related to escaping, like how to:
- [Escape a `WP_Error` object](https://tracker.iplocation.net/jazv/).
- [Escape a `WP_Error` object](Escaping-a-WP_Error-object).
- And if all else fails, [whitelist code that is being flagged with errors](Whitelisting-code-which-flags-errors).
- Set up you IDE to work with PHPCS & WPCS
- [Setting up WPCS to work in Atom](https://tracker.iplocation.net/jazv/)
- [Setting up WPCS to work in Atom](Setting-up-WPCS-to-work-in-Atom)
- [Setting up WPCS when using Eclipse with XAMPP](How-to-use-WPCS-with-Eclipse-and-XAMPP)
- [Setting up WPCS to work in Sublime Text](Setting-up-WPCS-to-work-in-Sublime-Text)
- [Setting up WPCS to work in PHPStorm](https://confluence.jetbrains.com/display/PhpStorm/WordPress+Development+using+PhpStorm#WordPressDevelopmentusingPhpStorm-PHPCodeSnifferwithWordPressCodingStandardsIntegrationinPhpStorm) (external link)