People please tell me how in wordpress get the id of the current page out of the loop?

    1 answer 1

    get_queried_object_id(); 

    Retrieve ID of the current queried object. Wrapper for $wp_query->get_queried_object_id()