Recommend this page to a friend! |
Classes of Adeleye Ayodeji | Nolimitbuzz WP Theme | vendor/wptrt/wpthemereview/README.md | Download |
|
![]() <div aria-hidden="true"> </div> WPThemeReview Standard for PHP_CodeSniffer
IntroductionWordPress Themes for which a hosting application has been made for the theme to be hosted in the theme repository on wordpress.org have to comply with a set of requirements before such an application can be approved. Additionally, there are also recommendations for best practices for themes. This project attempts to automate the code analysis part of the Theme Review Process as much as possible using static code analysis. PHP_CodeSniffer is the base tool upon which this project is build and is a PHP command-line tool. _This project is a work in progress and passing the checks is no guarantee that your theme will be approved._ RequirementsThe WPThemeReview Standard requires: * PHP 5.4 or higher. PHP_CodeSniffer version3.3.1* or higher. WordPress Coding Standards version2.1.0* or higher. PHPCompatibilityWP version2.0.0* or higher. InstallationThe only supported installation method is via Composer.
Installing WPThemeReview globallyIf you would like to have the WPThemeReview standard available to all projects on your system, you can install it in a central location. From the command-line, run the following command:
Installing WPThemeReview as a project dependencyIf you use Composer to manage dependencies from your project anyway or are considering using it, you can also choose to install the WPThemeReview standard for an individual project. From the command-line, run the following command from the root directory of your project:
> Note:
> * The Checking your installation was successful
If everything went well, the output should look something like this:
Using the WPThemeReview standardYou can now test your theme code against the WPThemeReview standard by running the following command from the root directory of your theme:
If any issues are found, PHP_CodeSniffer will display a report with all the errors (must fix) and warnings (recommended to fix) for each file. More information about running PHP_CodeSniffer can be found in the PHP_CodeSniffer Wiki. ContributingSee CONTRIBUTING, including information about unit testing the standard. LicenseSee LICENSE (MIT). |