Skip to content

Commit e38e188

Browse files
committed
Remove mention of wp-now, deprecated and to be replaced with Playground CLI
1 parent c3cd14c commit e38e188

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docs/pages/guides/plugin-upgrade.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -231,18 +231,6 @@ Install dev dependencies like third-party plugins.
231231
npm run install:dev
232232
```
233233

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-
246234
### wp-env
247235

248236
Start a proper dev site using [`wp-env`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env).

0 commit comments

Comments
 (0)