JDGrimes / wp-plugin-uninstall-scanner

[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled
MIT License
2 stars 0 forks source link
developer-tools wordpress

WP Plugin Uninstall Scanner Build Status

Scans a WordPress plugin to determine what things it needs to do when it is uninstalled.

Installation

composer require --dev jdgrimes/wp-plugin-uninstall-scanner

Usage

vendor/bin/wppus run

Description

This is a work in progress.