mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Page:
Home
Pages
Customizable sniff properties
Escaping a WP_Error object
Fixing errors for input data
Home
How to use WordPressCS with Eclipse and XAMPP
Ignoring Parts of a File
Project Timeline
Running in GitHub Actions
Running in Travis
Sanitizing array input data
Setting up WordPressCS to work in Atom
Setting up WordPressCS to work in Sublime Text
Upgrade Guide to WordPressCS 2.0.0 for Developers of external standards
Upgrade Guide to WordPressCS 3.0.0 for Developers of external standards
Upgrade Guide to WordPressCS 3.0.0 for ruleset maintainers
No results
31
Home
Patryk Chowratowicz edited this page 2023-12-29 13:08:47 +01:00
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
IDE configuration
Fixing violations
Ignoring violations
Running in CI
For ruleset maintainers
For developers
Project History