Title: Multiple undefined &quot;post_status&quot; index errors
Last modified: August 21, 2016

---

# Multiple undefined "post_status" index errors

 *  Resolved [Javier Villanueva](https://wordpress.org/support/users/vengisss/)
 * (@vengisss)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/multiple-undefined-post_status-index-errors/)
 * If you turn on WP_DEBUG you’ll notice many “Undefined index: post_status..” errors
   in lines where you reference “$_GET[‘post_status’]” since this isn’t always set
   then PHP complains.
 * You should check if the key exists before trying to use it.
 * [https://wordpress.org/plugins/featured-post/](https://wordpress.org/plugins/featured-post/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sovit Tamrakar](https://wordpress.org/support/users/ssovit/)
 * (@ssovit)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/multiple-undefined-post_status-index-errors/#post-4769797)
 * Ya, if you have debug enabled, you would be able to see those PHP warnings and
   notice. So should be fine unless its fatal error and prevents PHP further executions.

Viewing 1 replies (of 1 total)

The topic ‘Multiple undefined "post_status" index errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/featured-post.svg)
 * [Featured Post](https://wordpress.org/plugins/featured-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-post/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-post/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sovit Tamrakar](https://wordpress.org/support/users/ssovit/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/multiple-undefined-post_status-index-errors/#post-4769797)
 * Status: resolved