function delete_lh_link()
{
    return admin_url("lecture-hall.php?action=delete&lh=" . get_lh_id());
}
function lh_id()
{
    echo get_lh_id();
}