We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// 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']);