function siteseo_extended_cookie_message($html) {
return 'We value your privacy. This website uses cookies and similar tracking technologies to enhance your experience, analyze performance, and personalize content.
In compliance with the Kenya Data Protection Act, 2019, we handle personal data transparently and responsibly.
By clicking ‘Accept All’, you consent to the use of cookies for analytics and personalized content. You can manage preferences or withdraw consent at any time.
Please review our full Privacy Policy for more details.';
}
add_filter('siteseo_cookie_message', 'siteseo_extended_cookie_message');