-
-
Notifications
You must be signed in to change notification settings - Fork 10
Geotargeting
Jakiboy edited this page Apr 24, 2024
·
1 revision
// Redirect 404 page to search page
Geotargeting::redirectNotFound();
// Set custom visitor key (Caching)
Geotargeting::setVisitorKey('visitor-id');
// Exclude IPs from geotargeting
Geotargeting::setException(['127.0.0.1']);