Title: Quick Playground
Author: davidfcarr
Published: <strong>2025 年 9 月 16 日</strong>
Last modified: 2026 年 5 月 5 日

---

搜尋外掛

![](https://ps.w.org/quick-playground/assets/banner-772x250.png?rev=3362737)

![](https://ps.w.org/quick-playground/assets/icon-128x128.png?rev=3362737)

# Quick Playground

 由 [davidfcarr](https://profiles.wordpress.org/davidfcarr/) 開發

[下載](https://downloads.wordpress.org/plugin/quick-playground.1.3.4.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/quick-playground/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/quick-playground/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/quick-playground/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/quick-playground/#developers)

 [技術支援](https://wordpress.org/support/plugin/quick-playground/)

## 外掛說明

The Quick Playground plugin provides a safe and convenient way to test new designs
and features for your WordPress website, or to create demos and share proposed design
changes. It creates a clone of your website’s home page and key content, allowing
you to experiment with plugins, themes, and design changes without affecting your
live website.

The plugin takes advantage of WordPress Playground, the innovative software that
simulates a complete PHP/WordPress/database server environment running in your web
browser for testing and experimentation. Quick Playground simplifies the creation
of Playground Blueprints, which define steps such as installing themes and plugins
and loading content. No need to hand-code JSON or arrange for code to be served 
from Github.

This plugin is ideal for developers and designers who want to test new ideas without
disrupting their live website.

Features:

 * Clone your website’s home page and key content for testing purposes. For performance
   reasons, the plugin does not attempt to clone your entire database.
 * Experiment with themes and plugins, including unpublished custom code.
 * Test new block theme design customizations in a WordPress Playground environment
   before implementing them on your live site.
 * Save changes for future playground sessions, allowing you to keep experimenting.
 * Create demo environments separate from your live website content, for example
   to showcase themes, plugins, or hosting services.
 * Sync changes back to your live website. For example, you can prototype block 
   theme changes in Playground and copy the updated templates or template parts 
   back to the live site.
 * Define pop-up prompts / help tips to be displayed on any front end or admin page
   within the playground environment.
 * Works on WordPress multisite (clones the individual site, not the whole network).
   The multisite network administrator can set default themes and plugins to include
   or exclude.

Note: some of these features were previously reserved for a “Pro” version but are
now available for free. You’re welcome.

Learn more at [quickplayground.com](https://quickplayground.com)

Developer Friendly Features

 * [Source code on GitHub](https://github.com/davidfcarr/quick-playground)
 * [Examples of Using the Filters and Actions](https://github.com/davidfcarr/quick-playground/blob/main/filters.php)

How it Works

 * You can create multiple Playground profiles, each of which can specify different
   themes, plugins, playgrounds, content, and settings. The Playground Blueprint
   is created for you, stored on your server as a PHP associative array, and served
   to the Playground as JSON file with the same data hierarchy.
 * When a Playground is launched, it loads the themes, plugins, and content specified
   in your BluePrint. Any custom themes and plugins not in the WordPress repository
   will be archived on your server as ZIP files and downloaded on demand.
 * Quick Playground loads a copy of itself into the Playground environment and assists
   with copying over content.
 * If you obtain a Pro license key, a plugin with additional capabilities for saving
   and syncing content will be loaded into the Playground (not your live website).

### License

This plugin is licensed under the GPLv2 or later. See the [GNU General Public License](https://www.gnu.org/licenses/gpl-2.0.html)
for more details.

### External services

Users may configure Quick Playground to display content from other websites that
also run Quick Playground.

## 螢幕擷圖

 * [[
 * The Quick Playground Blueprint Builder screen lets you specify the themes, plugins,
   and content to be included in a Playground.
 * [[
 * A Go to Playground button embedded in a web page, good for demos or education.
 * [[
 * The Quick Playground block lets you specify a Playground profile and display 
   options (button, link, or embedded iFrame).
 * [[
 * The optional iFrame display of a Playround lets you include a sidebar with an
   explanation or instructions, for example in the context of a tutorial.

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Quick Playground Configures and outputs a Quick Playground button, link, or
   iframe.

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/quick-playground` directory,
    or install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to “Quick Playground” (between Appearance and Plugins on the dashboard).

## 常見問題集

### What is the WordPress Playground?

The WordPress Playground is a version of WordPress software that runs in your web
browser without requiring a server. It allows you to test themes, plugins, and design
changes in a safe environment.

### Can I sync changes back to my live website?

Yes, the plugin includes an experimental feature for syncing changes back to your
live website. However, this feature is still under development and should be used
with caution.

### Is my live website affected by the changes I make in the Playground?

No, the Playground environment is completely separate from your live website. Changes
made in the Playground do not affect your live website unless you explicitly sync
them back.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Quick Playground〉的開發相關工作。

參與者

 *   [ davidfcarr ](https://profiles.wordpress.org/davidfcarr/)

[將〈Quick Playground〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/quick-playground)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/quick-playground/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/quick-playground/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/quick-playground/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/quick-playground/)。

## 變更記錄

#### 1.3.4

 * Added a current_user_can(‘manage_options’) test to qckply_zip_theme and qckply_zip_plugin

#### 1.3.2

 * Additional security checks for sync between playground and live site.

#### 1.3.1

 * Additional security checks.
 * Update to Quick Playground block to support overriding the default theme for 
   a profile and displaying a theme screenshot or other image with the Go to Playground
   button.

#### 1.3

 * Security change for sync code. Must be manually copied from the live site to 
   the Playground instance.

#### 1.2.1

 * Improved sync functionality for saving images
 * Added ob_start() / ob_clean() to API response functions to supress unwanted output.

#### 1.2

 * Image handling and database query optimizations

#### 1.1

Improved handling of images and metadata

#### 1.0.9

 * Fix related to sync of post meta and taxonomy data

#### 1.0.8

 * Download / upload mechanism as an alternative to file sync.

#### 1.0.7

 * Fix for zip images function, multisite

#### 1.0.4

 * Incorporated features for saving playground content between sessions and syncing
   it back to the live website.
 * Faster downloading of images and attachments.

#### 1.0

 * First public release to the WordPress plugins repository.

## 中繼資料

 *  版本 **1.3.4**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  語言
 * [English (US)](https://wordpress.org/plugins/quick-playground/)
 * 標籤:
 * [demo](https://tw.wordpress.org/plugins/tags/demo/)[playground](https://tw.wordpress.org/plugins/tags/playground/)
   [staging](https://tw.wordpress.org/plugins/tags/staging/)[testing](https://tw.wordpress.org/plugins/tags/testing/)
 *  [進階檢視](https://tw.wordpress.org/plugins/quick-playground/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/quick-playground/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/quick-playground/reviews/)

## 參與者

 *   [ davidfcarr ](https://profiles.wordpress.org/davidfcarr/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/quick-playground/)