At my day job, I often need to run a snippet of custom code once (and only once), and view or download the output. These snippets include things like:
- Importing data from a spreadsheet
- Generating a report about site usage
- Invalidating passwords and notifying users
- Deleting duplicates from a record set
- Regenerating Thumbnails
- many, many more…
WordPress doesn’t offer a good solution to this need, that addresses both the need for simplicity and security as well as providing a full-featured framework… So I built one.