using this code in the loop like:
if (is_page()) {
$something = $_SERVER[‘HTTP_USER_AGENT’];
if(preg_match(‘/google/i’, $something)) {
wp_redirect(home_url(‘/’));
}
yes ! also i need it when i have to display : wp_die and after that i want to log this user out !
I am doing a e-commecer by using wordpress and this is the way to sercure my site so much ! but changing this key is so complicated,