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://cn.wordpress.org/plugins/quick-playground/#description)
 * [评价](https://cn.wordpress.org/plugins/quick-playground/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/quick-playground/#installation)
 * [开发进展](https://cn.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 个区块.

 *   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 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  语言
 * [English (US)](https://wordpress.org/plugins/quick-playground/)
 * 标签
 * [demo](https://cn.wordpress.org/plugins/tags/demo/)[playground](https://cn.wordpress.org/plugins/tags/playground/)
   [staging](https://cn.wordpress.org/plugins/tags/staging/)[testing](https://cn.wordpress.org/plugins/tags/testing/)
 *  [高级视图](https://cn.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/)