Please change queried_object->ID to get_queried_object_id()
-
Salve,
I see core-delegate.class.php was already updated by much but there is one queried_object->ID left at line 85, outputing notices in dev sites.
Please update line 85
$requested_page_id = $wp_query->queried_object->ID;
to
$requested_page_id = $wp_query->get_queried_object_id();
Grazie ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please change queried_object->ID to get_queried_object_id()’ is closed to new replies.