Title: Make plugin compatible with REST API version 2.0-beta12
Last modified: August 31, 2016

---

# Make plugin compatible with REST API version 2.0-beta12

 *  [Mikko Virenius](https://wordpress.org/support/users/arkimedia/)
 * (@arkimedia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/make-plugin-compatible-with-rest-api-version-20-beta12/)
 * Version 2.0-beta12 of the WordPress REST API plugin breaks some features of this
   plugin. Issues could be fixed by doing following changes:
 * 1. Replace register_api_field function with register_rest_field -function
    2.
   Replace ‘term’ parameter with ‘category’ in addACFDataTermV2 function.
 * From the WordPress REST API changelog:
 * * BREAKING CHANGE: Uses discrete schema title for categories and tags.
    If you’ve
   used `register_rest_field( 'term' )`, you’ll need to change `'term'` to `'tag'`
   and/or `'category'`.
 * * BREAKING CHANGE: Rename `register_api_field()` to `register_rest_field()`.
 * [https://wordpress.org/plugins/acf-to-wp-api/](https://wordpress.org/plugins/acf-to-wp-api/)

The topic ‘Make plugin compatible with REST API version 2.0-beta12’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/acf-to-wp-api.svg)
 * [ACF to WP-API](https://wordpress.org/plugins/acf-to-wp-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-to-wp-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-to-wp-api/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-to-wp-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-to-wp-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-to-wp-api/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Mikko Virenius](https://wordpress.org/support/users/arkimedia/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/make-plugin-compatible-with-rest-api-version-20-beta12/)
 * Status: not resolved