oowp icon indicating copy to clipboard operation
oowp copied to clipboard

OOWP is a tool for WordPress theme developers that makes templating in WordPress more sensible.

Results 4 oowp issues
Sort by recently updated
recently updated
newest added

I hope only engineers read this code!

Please consider running static analysis. You will benefit from it. It will find bugs. `phpstan.neon.dist` ```neon includes: - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: level: 5 inferPrivatePropertyTypeFromConstructor: true scanFiles: - vendor/php-stubs/acf-pro-stubs/acf-pro-stubs.php paths: - oowp.php...

Can you point us toward an example theme where OOWP is used? The diagram of your theme directory is intriguing, but there's a lot of ground between the one code...