Edit post & page option does not display on latest wordpress

I have found the issue and resolved with below code.

function menu_shapespace_node_landearth($wp_admin_bar) {
    $wp_admin_bar->remove_menu('edit');
}
//add_action('admin_bar_menu', 'menu_shapespace_node_landearth', 999);