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
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.zipQuick 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:
- Simple Content Generator - Generate high-quality blog posts and pages with automated featured image imports.
- WooCommerce Store Transformation - Instantly transform your site into a complete WooCommerce store with products, reviews, and sample orders.
- 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
- Upload the
Quick Dummy Studiofolder to/wp-content/plugins/ - Activate the plugin through the 'Plugins' menu in WordPress
- Navigate to Quick Dummy Studio in the WordPress admin menu
Usage
Generating Content
- Go to Quick Dummy Studio → Content Generator
- Choose the number of posts or pages (1-50)
- Configure options (post status, featured images, etc.)
- Click Generate Posts or Generate Pages
WooCommerce Transformation
- Go to Quick Dummy Studio → WooCommerce Store
- Click Launch WooCommerce Setup Wizard
- 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
- Wait for the transformation to complete
EDD Transformation
- Go to Quick Dummy Studio → EDD Store
- Click Launch EDD Setup Wizard
- Follow the 5-step wizard (similar to WooCommerce)
- Wait for the transformation to complete
Rollback
If you want to undo a transformation:
- Go to the respective tab (WooCommerce Store or EDD Store)
- Click Rollback Transformation
- Confirm the action
- 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
- Developed by: Hammad Farooq Meer
- Images provided by: Picsum Photos (https://picsum.photos)