Skip to content

Commit 944f79a

Browse files
committed
Remove reference to the rest api plugin
1 parent be5eddd commit 944f79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/_posts/2016-08-09-authenticating-with-cookies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Out of the box you can use the script to access all public content, but eventual
1717

1818
## Creating The Plugin
1919

20-
If you don't have a plugin already, let's make a quick one together. First, we'll need the [WordPress REST API v2 plugin](https://wordpress.org/plugins/rest-api/) to be installed and activated. Then in your `wp-content/plugins` directory, create the folder `wpapi-demo`, then make an empty `wpapi-demo.php` file inside that folder.
20+
If you don't have a plugin already, let's make a quick one together. First, we'll need to ensure our site is running WordPress 4.7.3 or higher, so that the API endpoints are available. Then in your `wp-content/plugins` directory, create the folder `wpapi-demo`, then make an empty `wpapi-demo.php` file inside that folder.
2121

2222
Next, download and copy over the script files from the [wpapi.js download bundle](https://wp-api.github.io/node-wpapi/wpapi.zip) into your plugin directory. At a minimum, you should now have this:
2323

0 commit comments

Comments
 (0)