Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 515 Bytes

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()`