|
2 | 2 |
|
3 | 3 | Access your WordPress site's data through an easy-to-use HTTP REST API.
|
4 | 4 |
|
5 |
| -**Development is no longer taking place in this repository** - see |
6 |
| -[WordPress core Trac](https://core.trac.wordpress.org) |
7 |
| -instead. |
| 5 | +**Development is no longer taking place in this repository**. |
| 6 | + |
| 7 | +- For support requests, use the |
| 8 | + [WordPress forums](https://wordpress.org/support/). |
| 9 | +- For bugs and patches, use |
| 10 | + [WordPress core Trac](https://core.trac.wordpress.org). |
| 11 | + Be sure to include full details and reproduction steps about the issue you are |
| 12 | + experiencing, and ideally a patch with unit tests. |
8 | 13 |
|
9 | 14 | The **"develop"** branch is version 2 which represents the last "beta" versions of the
|
10 | 15 | [plugin](https://wordpress.org/plugins/rest-api/).
|
@@ -44,9 +49,14 @@ extra data for plugin and theme developers!
|
44 | 49 | The API code in this plugin is currently integrated into core WordPress starting in
|
45 | 50 | [4.7](https://wordpress.org/news/2016/12/vaughan/).
|
46 | 51 |
|
47 |
| -**Development is no longer taking place in this repository** - see |
48 |
| -[WordPress core Trac](https://core.trac.wordpress.org) |
49 |
| -instead. |
| 52 | +**Development is no longer taking place in this repository**. |
| 53 | + |
| 54 | +- For support requests, use the |
| 55 | + [WordPress forums](https://wordpress.org/support/). |
| 56 | +- For bugs and patches, use |
| 57 | + [WordPress core Trac](https://core.trac.wordpress.org). |
| 58 | + Be sure to include full details and reproduction steps about the issue you are |
| 59 | + experiencing, and ideally a patch with unit tests. |
50 | 60 |
|
51 | 61 | ## Quick Setup
|
52 | 62 |
|
|
0 commit comments