Scans for all deprecated functions in a WordPress plugin, theme, or WordPress core. Note that it scans for the functions themselves, not usages.
- PHP 5.5+
wpdcs run /path/to/scan
Example output:
## 1.2.3
- `A::b()`
## 4.5
- `c()` (use `d()` instead)
## 4.8.0
- `a()`