Tag: coding standards

  • WordPress Coding Standards 1.1.0 Released

    WordPress Coding Standards 1.1.0 Released

    The WordPress Coding Standards version 1.1.0 has been released on GitHub. This release includes more stringent function call formatting checks which are explained in the handbook. There’s also stricter checks for overrides of WordPress global variables. To see a full list of what was changed, fixed, and added, check out the changelog.

  • WordPress Coding Standards 1.0.0 Released

    WordPress Coding Standards 1.0.0 Released

    After nine years since the project began, version 1.0.0 of the WordPress Coding Standards is available for download. The WordPress Coding Standards is a collection of PHP_CodeSniffer rules or sniffs to validate code developed for WordPress. It ensures code quality and adherence to coding conventions, including the official WordPress Coding Standards. In addition to being…