Denis Žoljom
Denis Žoljom
I'm also in favor of creating a WIKI page for this. Keep in mind that we have `WPCS`, `WPThemeReview` and `PHPCompatibility` standards to cover. I think that it would be...
As far as I'm aware we are not allowing iframes in themes. This was added in the old theme check plugin, so I'm not sure the theme would pass the...
You'll need to add some more details. Is there any debug log or console screenshot so that we can see why it's not working?
You didn't attach any screenshot 🙈
 You are answering from email. You cannot attach images on GH issues from email...
Do you have errors when debug mode is enabled? Are there any errors in the browser dev console? It could be that it got to the minified JS file (looks...
Try running it, but check the sniff only PHP files and it should work. Otherwise try using the latest release: https://github.com/WPTRT/theme-sniffer/releases/download/1.1.2/theme-sniffer.zip
To me, it looks like out of memory issue that happens when you have some huge file that phpcs will try to tokenize and fail. There was a case where...
This looks like php config issue, not a theme sniffer issue. It looks like it tries to fetch the `.phpcs.xml` file from the `/home/` folder. Not sure why but it...
This is triggered because of the `$GLOBALS` variable. And could be related to: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/1437 Can you open an issue on the https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/ repo about this issue with the code example?...