wptide
wptide copied to clipboard
Integrate with `wp-deprecated-code-scanner`
@rheinardkorf commented on Thu Dec 21 2017
The project at https://github.com/JDGrimes/wp-deprecated-code-scanner "scans for all deprecated functions in a codebase".
This will be handy as an audit to determine the usage of deprecated functions.
Thanks @jdrimes for pointing it out.
@JDGrimes commented on Thu Dec 21 2017
Just to be clear, (because I know it is confusing,) this scans for deprecated functions declared in the code, not usages of deprecated functions.
It is used to build the list of deprecated WordPress functions for WPCS's deprecated functions sniff though.
@jeffpaul commented on Tue Aug 28 2018
Per bugscrub today, we're moving this to Future Release.