WP Manifestindependent plugin directory
manifest / developer / wp-dummy

Quick Dummy Studio

Generate dummy content and transform your WordPress site into a complete WooCommerce or EDD store with one click.

by Hammad Farooq Meer · github.com/hammadmeer-dev/wp-dummy · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hammadmeer-dev/wp-dummy/archive/refs/heads/main.zip

Quick Dummy Studio – One-Click WooCommerce & EDD Store Transformation

Quick Dummy Studio is the ultimate WordPress developer tool designed to transform any clean WordPress installation into a fully-functional, content-rich store with a single click. Whether you need WooCommerce dummy products, EDD downloads, or realistic blog posts, Quick Dummy Studio provides high-quality, SEO-ready demo data to help you build and test professional websites faster.

Description

Quick Dummy Studio is a comprehensive WordPress plugin that provides powerful features for generating realistic dummy content and performing complete site transformations:

  1. Simple Content Generator - Generate high-quality blog posts and pages with automated featured image imports.
  2. WooCommerce Store Transformation - Instantly transform your site into a complete WooCommerce store with products, reviews, and sample orders.
  3. EDD Store Transformation - Instantly transform your site into a complete Easy Digital Downloads store with digital downloads and sample purchases.

Features

Content Generator

  • Generate 1-50 blog posts with meaningful content
  • Generate 1-50 pages
  • Automatic featured image import from external URLs
  • Choose post status (Published/Draft)
  • No Lorem Ipsum - all content is readable and meaningful

WooCommerce Transformation

  • Automatic WooCommerce installation and activation
  • Optional Storefront theme installation
  • Generate 10-50 products with images
  • Product variations (Size and Color options)
  • Sample orders with customer accounts
  • Product reviews
  • Complete store configuration
  • One-click rollback to restore previous state

EDD Transformation

  • Automatic Easy Digital Downloads installation and activation
  • Optional Astra theme installation
  • Generate 10-50 digital downloads
  • Variable pricing (Basic/Extended/Developer licenses)
  • Sample purchases
  • Complete store configuration
  • One-click rollback to restore previous state

Installation

  1. Upload the Quick Dummy Studio folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to Quick Dummy Studio in the WordPress admin menu

Usage

Generating Content

  1. Go to Quick Dummy Studio → Content Generator
  2. Choose the number of posts or pages (1-50)
  3. Configure options (post status, featured images, etc.)
  4. Click Generate Posts or Generate Pages

WooCommerce Transformation

  1. Go to Quick Dummy Studio → WooCommerce Store
  2. Click Launch WooCommerce Setup Wizard
  3. Follow the 5-step wizard:
    • Step 1: Plugin installation check
    • Step 2: Theme selection
    • Step 3: Store information
    • Step 4: Product configuration
    • Step 5: Confirmation and transformation
  4. Wait for the transformation to complete

EDD Transformation

  1. Go to Quick Dummy Studio → EDD Store
  2. Click Launch EDD Setup Wizard
  3. Follow the 5-step wizard (similar to WooCommerce)
  4. Wait for the transformation to complete

Rollback

If you want to undo a transformation:

  1. Go to the respective tab (WooCommerce Store or EDD Store)
  2. Click Rollback Transformation
  3. Confirm the action
  4. All generated content will be deleted and your previous theme will be restored

Important Notes

  • Images: All images are downloaded from external URLs (Picsum) during generation. No images are bundled with the plugin.
  • Plugin Size: The plugin is designed to be under 1MB (without images).
  • Rollback: The rollback feature deletes all generated content but does NOT uninstall plugins (WooCommerce/EDD). You can manually uninstall them if needed.
  • Backup: Always create a backup before performing transformations.

Requirements

  • WordPress 5.8 or higher
  • PHP 7.4 or higher
  • Write permissions for plugin/theme installation
  • Internet connection for downloading images and plugins

Security

  • All AJAX requests are protected with nonces
  • Only administrators can access plugin features
  • All user inputs are sanitized and validated
  • All outputs are properly escaped

File Structure

Quick Dummy Studio/
├── Quick Dummy Studio.php                          # Main plugin file
├── uninstall.php                         # Cleanup script
├── README.md                             # This file
├── includes/                             # PHP classes
│   ├── class-Quick Dummy Studio-core.php
│   ├── class-Quick Dummy Studio-activator.php
│   ├── class-Quick Dummy Studio-deactivator.php
│   ├── class-Quick Dummy Studio-admin.php
│   ├── class-Quick Dummy Studio-generator.php
│   ├── class-Quick Dummy Studio-content.php
│   ├── class-Quick Dummy Studio-images.php
│   ├── class-Quick Dummy Studio-woocommerce.php
│   ├── class-Quick Dummy Studio-edd.php
│   ├── class-Quick Dummy Studio-plugin-installer.php
│   └── class-Quick Dummy Studio-theme-installer.php
├── admin/                                # Admin interface
│   ├── css/
│   │   └── Quick Dummy Studio-admin.css
│   ├── js/
│   │   └── Quick Dummy Studio-admin.js
│   └── views/
│       ├── admin-page.php
│       ├── wizard-woocommerce.php
│       └── wizard-edd.php
└── data/                                 # JSON templates
    ├── posts.json
    ├── pages.json
    ├── products.json
    └── downloads.json

Changelog

1.0.0

  • Initial release
  • Content generator for posts and pages
  • WooCommerce transformation wizard
  • EDD transformation wizard
  • Complete rollback system

Support

For support, please contact the plugin author or visit the plugin repository.

License

This plugin is licensed under the GPL-2.0+ license.

Credits