mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Updated Home (markdown)
parent
b6eda7096e
commit
ee716cb155
1 changed files with 5 additions and 5 deletions
10
Home.md
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](Customizable-sniff-properties)
|
||||
- [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including:
|
||||
- [Sanitizing array input data](Sanitizing-array-input-data).
|
||||
- [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/).
|
||||
- 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).
|
||||
- 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 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue