Joomunited coding standard for Wordpress plugins
.
vendor/*
vendor/wimg/php-compatibility/PHPCSAliases.php
error
The "goto" language construct should not be used.
error
eval() is a security risk so not allowed.
warning
Best practice suggestion: Declare only one class in a file.
warning
Best practice suggestion: Declare only one interface in a file.
warning
Best practice suggestion: Declare only one trait in a file.
5
vendor/wp-coding-standards/wpcs/WordPress/PHPCSAliases.php
error
error
Using cURL functions is highly discouraged within VIP context. Check (Fetching Remote Data) on VIP Documentation.
%s() is highly discouraged, please use vip_safe_wp_remote_get() instead.
warning