snitch
snitch copied to clipboard
update WPCS to v3 and apply minor code style tweaks
- use
printf()
instead ofecho sprintf()
- remove parentheses around
require_once
- fix precision alignment, equals signs and double arrows
- rename
$class
parameter of autoload function to$class_name
- use
wp_parse_url()
instead ofparse_url()
- update WPCS definitions to v3.0 (runs with PHP 8.2)