JDGrimes / wp-deprecated-code-scanner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PHP 100.0%