-
-
Notifications
You must be signed in to change notification settings - Fork 487
Home
Patryk Chowratowicz edited this page Dec 29, 2023
·
31 revisions
Welcome to the WordPress-Coding-Standards wiki!
Here you can learn things like how to:
- Customize the behaviour of WordPressCS using custom properties in your ruleset
- Fix errors relating to sanitizing input data, including:
- Fix errors related to escaping, like how to:
- And if all else fails, you can ignore parts of a file.
- Set up your IDE to work with PHP_CodeSniffer & WordPressCS
- Setting up WordPressCS to work in Atom
- Setting up WordPressCS when using Eclipse with XAMPP
- Setting up WordPressCS to work in Sublime Text
- Setting up WordPressCS to work in PHPStorm (external link)
- Setting up WordPressCS to work in Visual Studio Code (external link)
- Setting up WordPressCS to work in Visual Studio Code with Remote-SSH (external link)
- Run in CI
- Upgrade guides
- Learn about the project's history