Title: Plugin breaks WP rest api
Last modified: November 5, 2017

---

# Plugin breaks WP rest api

 *  Resolved [Kim](https://wordpress.org/support/users/kimikaze/)
 * (@kimikaze)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-breaks-wp-rest-api/)
 * This plugin seems to break the wp rest api for me.
 * `Fatal error: Uncaught Error: Call to undefined method WC_Settings_General::get_id()
   in woocommerce\includes\class-wc-register-wp-admin-settings.php:35`
 * I have the same same issue for all rest api endpoints.
    This seems to be caused
   by this plugin, and adding a getter for the id in WC_Settings_Page solves the
   problem.
 *     ```
       public function get_id() {
           return $this->id;
       }
       ```
   
    -  This topic was modified 8 years, 7 months ago by [Kim](https://wordpress.org/support/users/kimikaze/).

Viewing 1 replies (of 1 total)

 *  [xadapter](https://wordpress.org/support/users/xadapter/)
 * (@xadapter)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/plugin-breaks-wp-rest-api/#post-9714919)
 * Hi [@kimikaze](https://wordpress.org/support/users/kimikaze/),
 * Apologies for the late reply.
 * We have fixed this problem in the latest version of the plugin (1.1.2).
    Kindly
   download and install this version in your website.
 * The problem will not bother you again.

Viewing 1 replies (of 1 total)

The topic ‘Plugin breaks WP rest api’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/estimated-delivery-woocommerce_9cb3bf.
   svg)
 * [WooCommerce Estimated Delivery Date Plugin](https://wordpress.org/plugins/estimated-delivery-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/estimated-delivery-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/estimated-delivery-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/estimated-delivery-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/estimated-delivery-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/estimated-delivery-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [xadapter](https://wordpress.org/support/users/xadapter/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/plugin-breaks-wp-rest-api/#post-9714919)
 * Status: resolved