Christoph Daum

Results 22 issues of Christoph Daum

This fixes #143 Also taken care of @jrfnl 's comment on slack that autoloading only applies to classes and not to functions or constants.

Hello everyone. I stumpled upon this site. https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#using-import-use-statements "Note that, unless you have implemented [autoloading](https://www.php.net/manual/en/language.oop5.autoload.php), the use statement won’t automatically load whatever is being imported. You’ll either need to set...