WPTT / theme-sniffer

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

Whitelist editor specific theme tags #105

Closed surimohnot closed 5 years ago

surimohnot commented 5 years ago

block-styles and wide-blocks are two newly approved theme tags. They should be whitelisted.

timelsass commented 5 years ago

it looks like the api call internally to fetch the tags includes them, perhaps the call is cached?

dingo-d commented 5 years ago

The call is cached so it could be that.

https://github.com/WPTRT/theme-sniffer/blob/feature/use-namespace/src/api/class-template-tags-request.php#L39

dingo-d commented 5 years ago

Should be fixed in the latest release