';
}
}
add_action('wp_body_open', 'camp_oahu_banner', 5);
/** MAUI banner — non-sticky, like Oahu.
* Shows on:
* • / (Maui homepage)
* • any path NOT starting with another island slug
* Hidden on:
* • /oahu/*, /kauai/*, /big-island/*, /hawaii-island/*, /lanai/*, /molokai/*, /kona/*, /hilo/*
*/
function camp_maui_banner() {
$path = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH) ?: '/';
$lower = strtolower($path);
// if path starts with any of these slugs, DO NOT show Maui banner
if (preg_match('#^/(oahu|kauai|big-island|hawaii-island|lanai|molokai|kona|hilo)(/|$)#i', $lower)) {
return;
}
// show on root or any non-island path (includes /maui/* if you have it)
if ($lower === '/' || $lower !== '/') {
echo '
GET A NEW TOILET FOR JUST 1 CENT!* LIMITED TIME ONLY.
At Steve’s Plumbing & A/C – Kauai, we are committed to ensuring that individuals with disabilities enjoy full access to our websites. In recognition of this commitment, we are in the process of making modifications to increase the accessibility and usability of this website, using the relevant portions of the Web Content Accessibility Guidelines 2.0 (WCAG 2.0) as our standard. Please be aware that our efforts are ongoing. If at any time you have difficulty using this website or with a particular web page or function on this site, please contact us by phone at (808) 374-5267; or email us at (customerservice@stevesplumbingac.com) and place “Web Content Accessibility (ADA)” in the subject heading and we will make all reasonable efforts to assist you.