The bootstrap.php file generates an error in wpcs sniff because there are two unescapped items. This error is generated with the WordPress files are not loaded by the bootstrap file, so the escape functions are not available.
The solve is to use a line comment that will prevent that from generating an error in the sniff.
The bootstrap.php file generates an error in wpcs sniff because there are two unescapped items. This error is generated with the WordPress files are not loaded by the bootstrap file, so the escape functions are not available.
The solve is to use a line comment that will prevent that from generating an error in the sniff.
addresses https://github.com/wp-cli/scaffold-command/issues/109