
內容簡介
總結:
- 在您的 WordPress 頁面中加入 [wp_playground] 短碼,即可添加 WordPress 游樂場。
- 這個外掛支援游樂場的所有屬性,可以在此處找到。
問題與答案:
問:如何在 WordPress 頁面中添加游樂場?
答:只需在您的頁面中使用 [wp_playground] 短碼即可。
問:這個外掛支援哪些游樂場屬性?
答:這個外掛支援游樂場的所有屬性。可以在相關連結中找到詳細資訊。
開發者團隊
原文外掛簡介
Add the WordPress playground by adding a [wp_playground] shortcode to your pages. This plugin supports all the attributes the playground supports, which you can find here.
By default, the plugin lazy loads the playground, so it’s only loaded after a button click. An additional feature is that you
can decide not to lazy load the playground by adding lazy=0 to the shortcode, like so:
[wp_playground lazy=0]
At this point the plugin renders the playground immediately.
Blueprints
You can load entire blueprints into the shortcode by putting them in the content between the shortcode, like this:
[wp_playground]
{
"landingPage": "/wp-admin/",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}
[/wp_playground]
These blueprints allow you to install themes, plugins and more. To learn about them, read the Playground documentation.
