Updated Home (markdown)

janek42 2022-07-27 18:34:12 +03:00
parent b6eda7096e
commit ee716cb155

10
Home.md

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