You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see a WordPress plugin sniff that reads the plugin version and detects functions and classes that have been @deprecated more than 2 major versions ago. Let's also throw an error when @deprecated tags don't contain a parsable version.
The text was updated successfully, but these errors were encountered:
So, there are basically three issues which we see if we read this ticket:
Flag the use of deprecated WP Core functions and such. That is already handled by WPCS.
Flag functions deprecated in the Yoast plugins (more than x version ago) to be removed. This is the only bit which could (should) be addressed in YoastCS, but would need clear specifications on how to determine what to flag.
Formatting/description check of the @deprecated tags. This should be addressed in a separate Docs standard.
I'd like to see a WordPress plugin sniff that reads the plugin version and detects functions and classes that have been
@deprecated
more than 2 major versions ago. Let's also throw an error when@deprecated
tags don't contain a parsable version.The text was updated successfully, but these errors were encountered: