WPTT / WPThemeReview

PHP_CodeSniffer rules (sniffs) to enforce WordPress theme review coding conventions
MIT License
207 stars 38 forks source link

👍 #268

Closed Rabindra54 closed 11 months ago

Rabindra54 commented 11 months ago
Basic Info -
Rule type: Error / Warning
Sniff Category: Category name

Rule:

Rule as it is found in the handbook.

Ref: Link to the Theme Review handbook page & subsection where the rule can be found, i.e. https://make.wordpress.org/themes/handbook/review/....

Theme check file covering this rule:

https://github.com/Otto42/theme-check/blob/master/checks/file-name-of-the-check-file.php

[Optional Section] Decision needed:

Advice/Request for decision: Make sure that you formulate a clear question to be answered or propose a solution/give an advice.

Notes for implementation:

[For new sniffs only] Code Samples:

// Code sample(s) which should pass.

// Code sample(s) which should be flagged by the sniff.

To do: