Duke Quintet - at the Tumbalong Winter Festival 2022 Darling Harbour.
Duke Music Trio - Jake Weisz Photography
Duke Music - Red Moose Photography
Duke Quintet - at the Tumbalong Winter Festival Darling Harbour 2022
Duke Music - Jack Henry Photography
Duke Duo + Quartet performed at the wedding Ceremony & Reception of Peri & Rob in Oberon, NSW.
Duke Music - Jake Weisz Photography
Duke Music - Jake Weisz Photography
Duke Music - Zoe Morley Photography
Duke Duo performing at the wedding Ceremony & Reception of Ashlea & Craig at Sergeants Mess
Duke Music - Sarkodie Photography
Duke Duo at the Wedding of Brooke & Lodovic at Palm Beach Boathouse.
Duke Music - Amy Benjamin Photography
Duke Music - Hello Sweetheart Photography
Duke Duo & Quartet performing at the wedding of Ben & Alice at Iron Bark Hill Estate.
Duke Music - Nicole Marie Photography
Duke Quartet performing at the Wedding of Stacey & Adam at their family home in Picton.
Duke Music - Amy Benjamin Photography
Duke Music - Folk and Follow Photography
Duke Music performing at the wedding of Madeline and James at Dolton House.
Duke Music - Steve The Fish Media
Duke Music performing in DJ Mode at the reception of Luke and Corinne at Dunbar House.
Duke Music
Duke Duo performing at a corporate event held by AMEX at the Sydney Dance Company.
Duke Music - Jake Weisz Productions
Duke Music - JDNAS Creative
Duke Duo performing on the rooftop of the Old Sydney Holiday Inn at the launch of ’55 George’.
Duke Music - Camera Creations Photography
Duke Quartet performing at NYE Celebrations 2017 at the Taronga Centre.
Duke Music - Hello Sweetheart Photography
Duke Trio performing at the wedding of Nicole & Tim at the Watson’s Bay Boutique Hotel.
Duke Music - Angus Porter Photography
Duke Duo at the launch of Wedding Cake for Everybody, for the Wedding Experts.
Duke Music - Wylie's Baths
Duke Duo & Quartet performing at the wedding of Amy & Andrew at Wylie’s Baths.
Duke Music - Jaspers Berry
Duke duo & quartet performing at the wedding of Alison & Andrew at Jaspers, Berry NSW.
Duke Music - Alana Taylor Photography
Duke Duo & Quartet at the Wedding of Elise & Phil at Meribee Estate.
Duke Music - P&O Pacific Pearl.
Duke Duo performing aboard the P&O Pacific Pearl. Thank you to Grayboy Entertainment for having us!
Duke Music - Evoke Photography
Duke Duo & Quartet performed at the wedding of Christina & Tim at the Hotel Intercontinental at Double Bay, NSW.
Duke Music- JDNAS Creative
Duke Duo at the Vivid Rooftop Party for Old Sydney Holiday Inn, 2017.
Duke Music - Jake Weisz Productions
Duke Music - Jennifer Burch Photography
Duke Trio at the Wedding of Shane & Liz at The Reef Restaurant, Terrigal.
Duke Music - Westfield Warringah Mall
Duke Duo performing at Fashion Week, at Westfield Warringah Mall. Thank you to HARC Agency for having us!
Duke Music - Jack Henry Photography
Duke Duo & Quartet performing at the wedding of Peri & Rob in Oberon, NSW.
Duke Music - Jake Weisz Productions
Duke Music - Jake Weisz Productions
Duke Music - Jake Weisz Productions
Duke Music - Alana Taylor Photography
Duke Duo & Quartet had the pleasure performing for Elise & Phil at Meribee. Photography by Alana Taylor Photography.
Duke Music - Barefoot & Bearded Photography
Duke Duo at Wandin Valley Estate.
Photography by Cavanagh Photography
Wedding of Sarah & Brendan
Duke Music - Jake Weisz Productions
Duke Music - Julia Trotti Photography
Wedding of Rose & Dave at Dunes Restaurant, Palm Beach.
Duke Music
Duke Duo & Quartet performing at the wedding of Sarah & Dan in Newcastle.
Duke Music - Watson's Bay Boutique Hotel
Duke duo performing at the wedding of Belinda & Tom.
Duke Music - Westfield Miranda
Duke Duo at the launch of Westfield Miranda’s newly renovated shopping complex. Thank you to HARC Agency for having us!
Thanks for getting in touch!
Please check your email and junk folder to ensure you don’t miss any emails from us.
add_action('admin_init', function () {
// Redirect any user trying to access comments page
global $pagenow;
if ($pagenow === 'edit-comments.php') {
wp_safe_redirect(admin_url());
exit;
}
// Remove comments metabox from dashboard
remove_meta_box('dashboard_recent_comments', 'dashboard', 'normal');
// Disable support for comments and trackbacks in post types
foreach (get_post_types() as $post_type) {
if (post_type_supports($post_type, 'comments')) {
remove_post_type_support($post_type, 'comments');
remove_post_type_support($post_type, 'trackbacks');
}
}
});
// Close comments on the front-end
add_filter('comments_open', '__return_false', 20, 2);
add_filter('pings_open', '__return_false', 20, 2);
// Hide existing comments
add_filter('comments_array', '__return_empty_array', 10, 2);
// Remove comments page in menu
add_action('admin_menu', function () {
remove_menu_page('edit-comments.php');
});
// Remove comments links from admin bar
add_action('init', function () {
if (is_admin_bar_showing()) {
remove_action('admin_bar_menu', 'wp_admin_bar_comments_menu', 60);
}
});