Any logic in inc/bootstrap.php
will be automatically run on page load.
Wonderpress Core provides various useful helper functions in inc/helpers.php
.
The Wonderpress Core upholds the WordPress Coding Standards.
To run the codesniffer:
$ composer run-script lint
To attempt to automatically fix as many issues as possible:
$ composer run-script lint-fix