update_option('blogname', 'Example blog name');
update_option('blogdescription', 'The example blog');
update_option('WPLANG', 'en_AU');
update_option('gmt_offset', '+8');
update_option('admin_email', 'info@example.com');
update_option('show_on_front', 'page');
update_option('page_on_front', 'home');
update_option('default_comment_status', 'closed');
update_option('stylesheet', 'example-theme-child');
update_option('current_theme', 'example-theme-child');
update_option('template', 'example-theme');