-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
43 lines (28 loc) · 1.33 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== Embed WP Playground ===
Contributors: dlparker1005, strangerstudios
Tags: block, playground
Tested up to: 6.4.2
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Embed the WordPress Playground via the block editor.
== Description ==
Embed WP Playground allows you to embed the WordPress Playground into your posts and pages using the block editor.
This block is perfect for:
* Demonstrating a plugin or theme
* Showing off a new feature
* Sharing a code snippet
For more information about the WordPress Playground, visit https://developer.wordpress.org/playground/
== Installation ==
= Download, Install and Activate! =
1. Go to Plugins > Add New to find and install Embed WP Playground.
2. Or, download the latest version of the plugin, then go to Plugins > Add New and click the "Upload Plugin" button to upload your .zip file.
3. Activate the plugin.
= Using the Block =
Once this plugin is activated, you can embed the WordPress Playground into your posts and pages by adding the "WordPress Playground" block.
== Frequently Asked Questions ==
= Does this block work for local development? =
In our testing, the block does not always work on local development sites, but it does work on live sites.
== Changelog ==
= 0.1.0 =
* Initial Release