Skip to content

Scans for all deprecated functions in a codebase; scans for the functions themselves, *not* usages

License

Notifications You must be signed in to change notification settings

JDGrimes/wp-deprecated-code-scanner

Repository files navigation

WP Deprecated Code Scanner Build Status

Scans for all deprecated functions in a WordPress plugin, theme, or WordPress core. Note that it scans for the functions themselves, not usages.

Requirements

  • PHP 5.5+

Usage

wpdcs run /path/to/scan

Example output:

## 1.2.3
- `A::b()`

## 4.5
- `c()` (use `d()` instead)

## 4.8.0
- `a()`

About

Scans for all deprecated functions in a codebase; scans for the functions themselves, *not* usages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages