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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple undefined "post_status" index errors’ is closed to new replies.