https://github.com/jdgrimes/wp-plugin-uninstall-scanner
[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled
https://github.com/jdgrimes/wp-plugin-uninstall-scanner
developer-tools wordpress
Last synced: 22 days ago
JSON representation
[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled
- Host: GitHub
- URL: https://github.com/jdgrimes/wp-plugin-uninstall-scanner
- Owner: JDGrimes
- License: mit
- Created: 2016-07-01T14:47:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T01:07:52.000Z (over 7 years ago)
- Last Synced: 2025-02-13T20:24:30.818Z (3 months ago)
- Topics: developer-tools, wordpress
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Plugin Uninstall Scanner [](https://travis-ci.org/JDGrimes/wp-plugin-uninstall-tester)
Scans a WordPress plugin to determine what things it needs to do when it is uninstalled.
## Installation
```bash
composer require --dev jdgrimes/wp-plugin-uninstall-scanner
```## Usage
```bash
vendor/bin/wppus run
```## Description
This is a work in progress.