$wp_query->queried_object->ID throws warning: Undefined property

I faced the exact same problem for days and then found this!
Use the function $wp_query->get_queried_object_id(). Check this for more details.

Leave a Comment