VIP-Coding-Standards icon indicating copy to clipboard operation
VIP-Coding-Standards copied to clipboard

PHP_CodeSniffer ruleset to enforce WordPress VIP coding standards.

Results 124 VIP-Coding-Standards issues
Sort by recently updated
recently updated
newest added
trafficstars

## Bug Description `WordPress.WP.AlternativeFunctions.file_system_operations` error messages are overwritten in the ruleset, e.g. ``` File system operations only work on the `/tmp/` and `wp-content/uploads/` directories. To avoid unexpected results, please use...

## What problem would the enhancement address for VIP? PHP_CodeSniffer is removing support for scanning JS & CSS files ## Describe the solution you'd like - [ ] VIPCS should...

## Bug Description Since filter_input always acts on the original data, which can also not be modified in userland, all values that are specified by the SAPI itself are safe...

VIP's cron setup https://wpvip.com/blog/wordpress-cron/ https://docs.wpvip.com/wordpress-on-vip/cron-control/ can handle frequent heavy cron schedules. On VIP increased job frequency does not equate to slower site performance as the jobs are run async on...