Skip to content

Commit

Permalink
Correct HTTP prefix for the local environment (#25653)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorradovanov authored Sep 25, 2020
1 parent 0d213ce commit 15d8f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Let's confirm the plugin is loaded and working.
wp-env start
```

This will start your local WordPress site and use the current directory as your plugin directory. In your browser, go to https://localhost:8888/wp-admin/ and login, the default username is "admin" and password is "password", no quotes.
This will start your local WordPress site and use the current directory as your plugin directory. In your browser, go to http://localhost:8888/wp-admin/ and login, the default username is "admin" and password is "password", no quotes.

### Confirm Plugin Installed

Expand Down

0 comments on commit 15d8f35

Please sign in to comment.