Programmatically set Frontpage on WordPress

update_option( 'page_on_front', $homepage->ID );
update_option( 'show_on_front', 'page' );