mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Home/Sidebar: change most project references to WordPressCS
parent
37fbde24db
commit
f7f1884093
2 changed files with 6 additions and 6 deletions
10
Home.md
10
Home.md
|
@ -2,19 +2,19 @@ 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 WordPressCS using custom properties in your ruleset](Customizable-sniff-properties)
|
||||||
- [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including:
|
- [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including:
|
||||||
- [Sanitizing array input data](Sanitizing-array-input-data).
|
- [Sanitizing array input data](Sanitizing-array-input-data).
|
||||||
- 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](Escaping-a-WP_Error-object).
|
||||||
- And if all else fails, [you can ignore parts of a file](Ignoring-Parts-of-a-File).
|
- And if all else fails, [you can ignore parts of a file](Ignoring-Parts-of-a-File).
|
||||||
- Set up your IDE to work with PHPCS & WPCS
|
- Set up your IDE to work with PHP_CodeSniffer & WordPressCS
|
||||||
- [Setting up WordPressCS to work in Atom](Setting-up-WordPressCS-to-work-in-Atom)
|
- [Setting up WordPressCS to work in Atom](Setting-up-WordPressCS-to-work-in-Atom)
|
||||||
- [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 WordPressCS to work in Sublime Text](Setting-up-WordPressCS-to-work-in-Sublime-Text)
|
- [Setting up WordPressCS to work in Sublime Text](Setting-up-WordPressCS-to-work-in-Sublime-Text)
|
||||||
- [Setting up WPCS to work in PHPStorm](https://www.jetbrains.com/help/phpstorm/wordpress-aware-coding-assistance.html#checking_code_with_code_sniffer) (external link)
|
- [Setting up WordPressCS to work in PHPStorm](https://www.jetbrains.com/help/phpstorm/wordpress-aware-coding-assistance.html#checking_code_with_code_sniffer) (external link)
|
||||||
- [Setting up WPCS to work in Visual Studio](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/) (external link)
|
- [Setting up WordPressCS to work in Visual Studio](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/) (external link)
|
||||||
- [Setting up WPCS to work in Visual Studio with Remote-SSH](https://www.missionmike.dev/blog/wordpress/wpcs-with-remote-ssh) (external link)
|
- [Setting up WordPressCS to work in Visual Studio with Remote-SSH](https://www.missionmike.dev/blog/wordpress/wpcs-with-remote-ssh) (external link)
|
||||||
- Run in CI
|
- Run in CI
|
||||||
- [Running in GitHub Actions](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-GitHub-Actions)
|
- [Running in GitHub Actions](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-GitHub-Actions)
|
||||||
- [Running in Travis](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-Travis)
|
- [Running in Travis](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-Travis)
|
||||||
|
|
|
@ -19,7 +19,7 @@ Running in CI
|
||||||
* [Running in Travis](Running-in-Travis)
|
* [Running in Travis](Running-in-Travis)
|
||||||
|
|
||||||
For developers
|
For developers
|
||||||
* [Upgrading to WPCS 2.0.0](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-2.0.0-for-Developers-of-external-standards)
|
* [Upgrading to WordPressCS 2.0.0](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-2.0.0-for-Developers-of-external-standards)
|
||||||
|
|
||||||
Project History
|
Project History
|
||||||
* [Project Timeline](Project-Timeline)
|
* [Project Timeline](Project-Timeline)
|
Loading…
Add table
Add a link
Reference in a new issue