WPTT / theme-sniffer

Theme Sniffer plugin using sniffs.
MIT License
269 stars 3 forks source link

Theme prefixes check: missing WP filters #148

Closed weavertheme closed 5 years ago

weavertheme commented 5 years ago

When checking for hook names in the theme prefix check, errors are incorrectly flagged for core WP filters. E.g., Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "thememod{$name}". Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".

joyously commented 5 years ago

See https://github.com/WPTRT/theme-sniffer/issues/104 and https://github.com/WPTRT/theme-sniffer/issues/103 and https://github.com/WPTRT/WPThemeReview/issues/201

dingo-d commented 5 years ago

The issues have already been opened in multiple places. I'll be closing this, but do report on any odd things you may find @weavertheme :+1: 🙂