Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled

Awesome Lists containing this project

README

        

# WP Plugin Uninstall Scanner [![Build Status](https://travis-ci.org/JDGrimes/wp-plugin-uninstall-tester.svg?branch=master)](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.