You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/guides/plugin-upgrade.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,18 +231,6 @@ Install dev dependencies like third-party plugins.
231
231
npm run install:dev
232
232
```
233
233
234
-
### wp-now
235
-
236
-
Start a quick dev site using [`wp-now`](https://github.com/WordPress/playground-tools/blob/trunk/packages/wp-now/README.md).
237
-
238
-
```sh
239
-
npm run now
240
-
```
241
-
242
-
The default user is `admin` with `password`. Press CTRL + C to stop.
243
-
244
-
This environment is meant as a temporary playground. It uses PHP-WASM which is more convenient and faster to start than Docker, but it's a bit experimental and may not be fully compatible with a normal PHP install.
245
-
246
234
### wp-env
247
235
248
236
Start a proper dev site using [`wp-env`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env).
0 commit comments