Title: undefined function get_post_meta_checked() line 421
Last modified: August 30, 2016

---

# undefined function get_post_meta_checked() line 421

 *  Resolved [Tom Woodward](https://wordpress.org/support/users/tww94/)
 * (@tww94)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/undefined-function-get_post_meta_checked-line-421/)
 * Just a heads up
 * In /rest-api-enabler/includes/class-rest-api-enabler.php
 * I had to change it from
 *     ```
       $post_meta_checked = get_post_meta_checked();
       ```
   
 * to
 *     ```
       $post_meta_checked = $this->get_post_meta_checked();
       ```
   
 * after that, it worked fine.
 * [https://wordpress.org/plugins/rest-api-enabler/](https://wordpress.org/plugins/rest-api-enabler/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/undefined-function-get_post_meta_checked-line-421/#post-6659334)
 * Should be all fixed in v1.0.1 – thanks for the heads up!

Viewing 1 replies (of 1 total)

The topic ‘undefined function get_post_meta_checked() line 421’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rest-api-enabler.svg)
 * [REST API Enabler](https://wordpress.org/plugins/rest-api-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/rest-api-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/rest-api-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rest-api-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rest-api-enabler/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/undefined-function-get_post_meta_checked-line-421/#post-6659334)
 * Status: resolved