Pet Policy

PETS AT MANDALAY

Pet Policy

Pets are allowed from Mid March to November by prior arrangement (excluding April/Easter School Holidays and September/October School Holidays).

Pets are only permitted on Caravan and Camping sites by prior arrangement, but we do not allow pets in any of our accommodation.

We hope you have a great stay with your pet, and we ask that all pet owners adhere to our pet friendly rules:

  • Keep your pet within the designated pet area at all times.
  • Do not leave your pet unattended or on your site alone at any time.
  • Consider other guests by keeping your pet quiet.
  • Pick up after your pet and leave the site clean for the next guest and pet.
  • Your pet must be on a short leash at all times.
  • No pets allowed in any buildings, reception, common areas, playgrounds, pools or oval as this is not in the designated pet area.
  • Pets staying on ensuite sites are not to go into the ensuite.
  • No pets to be taken into any accommodation at any time.
  • Please exercise your pet out of the park (there is a dog beach and park nearby).
  • No washing of pet’s bedding in laundry sinks, washing machines or ensuites.
  • Excellent dog wash at Busselton Prowash Car and Dog Wash, 18 Peel Tce, Busselton (behind McDonalds).
  • Management reserves the right to terminate the occupancy (no refunds) where breaches of pet rules occur.
  • All pets must be registered at time of booking and Pet Policy form completed on arrival.

Book Direct & Save

Book Direct & Save

Book direct and save 10%. Valid for Cabins, Chalets, Cottages and Villas. Terms & Conditions apply.

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); } });