Restaurant Rules at Rain Farm
Important information upon entry
- No swimming attire allowed in the restaurant area.
- Strictly, bathing costumes in the pool only.
- No shouting or rough play in the pool.
- Pool towels for hire for the day.
// Redirect WooCommerce Shop URL function wpc_shop_url_redirect() { if( is_shop() ){ wp_redirect( home_url() ); // Assign custom internal page here exit(); } } add_action( 'template_redirect', 'wpc_shop_url_redirect' );
Skip to content