• Resolved mecano

    (@mecano)


    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 😉

    • This topic was modified 3 years ago by mecano.
    • This topic was modified 3 years ago by mecano.
    • This topic was modified 3 years ago by mecano.
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.