-
## What problem does this address?
Parallel to [efforts in WordPress core](https://core.trac.wordpress.org/ticket/61175), we should consider implementing PHPStan Analysis on the Gutenberg codebase.
…
-
Just installed v1.0.0 from WP site.
Running WordPress 5.1.1
Options: no theme prefix, only checked WPThemeReview setting.
Receive this in error log for every theme checked:
[25-Mar-2019 21:04:04…
-
## Is your feature request related to a problem?
When outputting a numeric value as an integer, the `absint()` and `intval()` functions are treated as safe for output by WPCS. The same is not true …
-
We have a variety of ways of measuring the code quality of our plugin:
- The [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards).
- [Scrutiniser](htt…
-
Add either Travis CI or Circle CI with code sniffs against the WP-Core coding standards.
Running `phpcs` the WP coding standards produces a number of errors, most of which can be fixed automaticall…
-
Hi,
`intval` is accepted as an SQL escaping function but it is most often used together with `array_map`.
In WPCS 0.12.0, the query at https://github.com/WordPress/WordPress/blob/4.8/wp-includes/t…
-
Development on PHPCS 4.x has started a while back.
While there is no timeline known for when it will be ready/released, some (breaking) changes which PHPCS 4.x will contain are already known.
No…
jrfnl updated
4 years ago
-
There are currently several automated planning emails that are sent depending on certain triggers in the WordCamp Tracker. One group that could use more contact are those WordCamps running money local…
-
As the `autoload` setting has been added in a later state, the argument is not required.
Though this is a setting that should be set explicitly, as it impacts performance and memory.
-
When we deprecate a method, function or hook we use the build in WordPress functions for it. One of the arguments these functions should receive the version number and that's the location where differ…